PartProxy
LuaBaseMakeReference Method |
Makes the reference.
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

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: Int32System.Int32.

Exception | Condition |
---|---|
InvalidOperationException | Unable to create the lua object wrapper. |
