PartProxy
LuaPointIsLuaPoint Method |
Make sure is a LUA point on the stack
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

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