LuaPartArray.IsLuaPartArray Method

PartProxy

LuaPartArrayIsLuaPartArray Method

Check whether is a part array or not

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsLuaPartArray(
	int stackidx
)
Public Shared Function IsLuaPartArray ( 
	stackidx As Integer
) As Boolean
public:
static bool IsLuaPartArray(
	int stackidx
)
static member IsLuaPartArray : 
        stackidx : int -> bool 

Parameters

stackidx
Type: SystemInt32
The stackidx.

Return Value

Type: Boolean
true if [is lua part array] [the specified stackidx]; otherwise, false.
See Also