LuaPart.NewInstance Method

PartProxy

LuaPartNewInstance Method

News the instance.

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static LuaPart NewInstance(
	int idx
)
Public Shared Function NewInstance ( 
	idx As Integer
) As LuaPart
public:
static LuaPart^ NewInstance(
	int idx
)
static member NewInstance : 
        idx : int -> LuaPart 

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: LuaPart
LuaPart.
See Also