LuaBase Constructor (Int32)

PartProxy

LuaBase Constructor (Int32)

Always use this constructor

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected LuaBase(
	int ptref
)
Protected Sub New ( 
	ptref As Integer
)
protected:
LuaBase(
	int ptref
)
new : 
        ptref : int -> LuaBase

Parameters

ptref
Type: SystemInt32
The ptref.
See Also