Indicates whether the model modelName is at [x,y,z].

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

Syntax

C#
[DefaultMethodAttribute]
public bool IsModelInCube(
	string modelName,
	int x,
	int y,
	int z
)

Parameters

modelName
Type: System..::.String
The model name.
x
Type: System..::.Int32
The cube X-coordinate.
y
Type: System..::.Int32
The cube Y-coordinate.
z
Type: System..::.Int32
The cube Z-coordinate.

Return Value

Returns , whether the model is at [x,y,z].

See Also