LuaBase.MakeReference Method

PartProxy

LuaBaseMakeReference Method

Makes the reference.

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected static int MakeReference(
	int idx
)
Protected Shared Function MakeReference ( 
	idx As Integer
) As Integer
protected:
static int MakeReference(
	int idx
)
static member MakeReference : 
        idx : int -> int 

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: Int32
System.Int32.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to create the lua object wrapper.
See Also