C# Class WinterSync.LuaBoolean

Inheritance: LuaValue
Datei anzeigen Open project: ZeroK-RTS/SpringRTS-Tools

Public Methods

Method Description
LuaBoolean ( bool value ) : System
LuaBoolean ( int value ) : System
Push ( IntPtr L ) : void

Method Details

LuaBoolean() public method

public LuaBoolean ( bool value ) : System
value bool
return System

LuaBoolean() public method

public LuaBoolean ( int value ) : System
value int
return System

Push() public method

public Push ( IntPtr L ) : void
L System.IntPtr
return void