LuaPart Constructor

PartProxy

LuaPart Constructor

default constructor

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

Parameters

ptref
Type: SystemInt32
The ptref.
See Also