Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
WinterSync
LuaBoolean
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