Click or drag to resize

IPEraseResolveItem Method

Removes a given item id from the queue. This should be used to free a queue after it has completed to enable more queries to happen.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void EraseResolveItem(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.IP.EraseResolveItem(System.Int32)"]

See Also