C# Class Luna, lwf

Exibir arquivo Open project: explodingbarrel/lwf Class Usage Examples

Public Methods

Method Description
dostring ( Lua L, Lua luacode ) : void
get_uniqueid ( Lua L, int narg ) : int
print ( string s ) : void
printStack ( Lua L, bool compact = false ) : void

Method Details

dostring() public static method

public static dostring ( Lua L, Lua luacode ) : void
L Lua
luacode Lua
return void

get_uniqueid() public static method

public static get_uniqueid ( Lua L, int narg ) : int
L Lua
narg int
return int

print() public static method

public static print ( string s ) : void
s string
return void

printStack() public static method

public static printStack ( Lua L, bool compact = false ) : void
L Lua
compact bool
return void