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)

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: Booleantrue if [is lua part array] [the specified stackidx]; otherwise, false.
