C# Class WinterSync.LuaBoolean

Inheritance: LuaValue
Afficher le fichier Open project: ZeroK-RTS/SpringRTS-Tools

Méthodes publiques

Méthode Description
LuaBoolean ( bool value ) : System
LuaBoolean ( int value ) : System
Push ( IntPtr L ) : void

Method Details

LuaBoolean() public méthode

public LuaBoolean ( bool value ) : System
value bool
Résultat System

LuaBoolean() public méthode

public LuaBoolean ( int value ) : System
value int
Résultat System

Push() public méthode

public Push ( IntPtr L ) : void
L System.IntPtr
Résultat void