LuaPoint.IsLuaPoint Method

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)
Syntax
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: Boolean
true if [is lua point] [the specified stackidx]; otherwise, false.
See Also