PartProxy
LuaPartIsLuaPart Method |
Check whether is a part or not
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public static bool IsLuaPart( int stackidx )
Public Shared Function IsLuaPart ( stackidx As Integer ) As Boolean
public: static bool IsLuaPart( int stackidx )
static member IsLuaPart : stackidx : int -> bool
Parameters
- stackidx
- Type: SystemInt32
The stackidx.
Return Value
Type: Booleantrue if [is lua part] [the specified stackidx]; otherwise, false.
