C# Class cleanCore.LuaInterface

Show file 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 static property

public static LuaGetTopDelegate GetTop
return LuaGetTopDelegate

LoadBuffer public static property

public static LuaLoadBufferDelegate LoadBuffer
return LuaLoadBufferDelegate

PCall public static property

public static LuaPCallDelegate PCall
return LuaPCallDelegate

SetTop public static property

public static LuaSetTopDelegate SetTop
return LuaSetTopDelegate

ToBoolean public static property

public static LuaToBooleanDelegate ToBoolean
return LuaToBooleanDelegate

ToLString public static property

public static LuaToLStringDelegate ToLString
return LuaToLStringDelegate

ToNumber public static property

public static LuaToNumberDelegate ToNumber
return LuaToNumberDelegate

Type public static property

public static LuaTypeDelegate Type
return LuaTypeDelegate