LuaPart.IsLuaPart Method

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