C# Class cleanCore.LuaInterface

Datei anzeigen Open project: Vipeax/cleanLayer Class Usage Examples

Public Properties

Property Type Description
GetTop LuaGetTopDelegate
LoadBuffer LuaLoadBufferDelegate
PCall LuaPCallDelegate
SetTop LuaSetTopDelegate
ToBoolean LuaToBooleanDelegate
ToLString LuaToLStringDelegate
ToNumber LuaToNumberDelegate
Type LuaTypeDelegate

Public Methods

Method Description
Initialize ( ) : void
Pop ( IntPtr state, int n ) : void
StackObjectToString ( IntPtr state, int index ) : string

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Pop() public static method

public static Pop ( IntPtr state, int n ) : void
state System.IntPtr
n int
return void

StackObjectToString() public static method

public static StackObjectToString ( IntPtr state, int index ) : string
state System.IntPtr
index int
return string

Property Details

GetTop public_oe static_oe property

public static LuaGetTopDelegate GetTop
return LuaGetTopDelegate

LoadBuffer public_oe static_oe property

public static LuaLoadBufferDelegate LoadBuffer
return LuaLoadBufferDelegate

PCall public_oe static_oe property

public static LuaPCallDelegate PCall
return LuaPCallDelegate

SetTop public_oe static_oe property

public static LuaSetTopDelegate SetTop
return LuaSetTopDelegate

ToBoolean public_oe static_oe property

public static LuaToBooleanDelegate ToBoolean
return LuaToBooleanDelegate

ToLString public_oe static_oe property

public static LuaToLStringDelegate ToLString
return LuaToLStringDelegate

ToNumber public_oe static_oe property

public static LuaToNumberDelegate ToNumber
return LuaToNumberDelegate

Type public_oe static_oe property

public static LuaTypeDelegate Type
return LuaTypeDelegate