C# Class Luna_LWF_Button, lwf

Datei anzeigen Open project: explodingbarrel/lwf Class Usage Examples

Public Methods

Method Description
Destroy ( Lua L, LWF obj ) : void
Register ( Lua L ) : void
Unregister ( Lua L ) : void
check ( Lua L, int narg ) : LWF.Button
push ( Lua L, LWF obj, bool gc, Lua metatable = null ) : void
set ( Lua L, int table_index, Lua key ) : void

Private Methods

Method Description
Luna_LWF_Button ( ) : System
gc_T ( Lua L ) : int
new_T ( Lua L ) : int
tostring_T ( Lua L ) : int

Method Details

Destroy() public static method

public static Destroy ( Lua L, LWF obj ) : void
L Lua
obj LWF
return void

Register() public static method

public static Register ( Lua L ) : void
L Lua
return void

Unregister() public static method

public static Unregister ( Lua L ) : void
L Lua
return void

check() public static method

public static check ( Lua L, int narg ) : LWF.Button
L Lua
narg int
return LWF.Button

push() public static method

public static push ( Lua L, LWF obj, bool gc, Lua metatable = null ) : void
L Lua
obj LWF
gc bool
metatable Lua
return void

set() public static method

public static set ( Lua L, int table_index, Lua key ) : void
L Lua
table_index int
key Lua
return void