|
Barotrauma Client Doc
|
Public Member Functions | |
| LuaInt32 (double v) | |
| LuaInt32 (string v, int radix=10) | |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator int (LuaInt32 luaValue) |
Public Attributes | |
| readonly int | Value |
Definition at line 93 of file LuaTypes.cs.
| Barotrauma.LuaInt32.LuaInt32 | ( | double | v | ) |
Definition at line 97 of file LuaTypes.cs.
| Barotrauma.LuaInt32.LuaInt32 | ( | string | v, |
| int | radix = 10 |
||
| ) |
Definition at line 102 of file LuaTypes.cs.
|
static |
| override string Barotrauma.LuaInt32.ToString | ( | ) |
Definition at line 109 of file LuaTypes.cs.
| readonly int Barotrauma.LuaInt32.Value |
Definition at line 95 of file LuaTypes.cs.