C# Class Luna, lwf

Afficher le fichier Open project: explodingbarrel/lwf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static dostring ( Lua L, Lua luacode ) : void
L Lua
luacode Lua
Résultat void

get_uniqueid() public static méthode

public static get_uniqueid ( Lua L, int narg ) : int
L Lua
narg int
Résultat int

print() public static méthode

public static print ( string s ) : void
s string
Résultat void

printStack() public static méthode

public static printStack ( Lua L, bool compact = false ) : void
L Lua
compact bool
Résultat void