LuaPoint.NewInstance Method

PartProxy

LuaPointNewInstance Method

Create the object wrapper

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

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: LuaPoint
LuaPoint.
See Also