Unconjures the first sprite with name modelName from the cube at [x,y,z].

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Unconjure(
	string modelName,
	int x,
	int y,
	int z
)

Parameters

modelName
Type: System..::.String
The name of the sprite being removed.
x
Type: System..::.Int32
The X-coordinate of the cube.
y
Type: System..::.Int32
The Y-coordinate of the cube.
z
Type: System..::.Int32
The Z-coordinate of the cube.

See Also