LuaPartArray Constructor

PartProxy

LuaPartArray Constructor

default constructor

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuaPartArray(
	int ptref
)
Public Sub New ( 
	ptref As Integer
)
public:
LuaPartArray(
	int ptref
)
new : 
        ptref : int -> LuaPartArray

Parameters

ptref
Type: SystemInt32
The ptref.
See Also