|
Barotrauma Server Doc
|
Public Member Functions | |
| LuaInt64 (double v) | |
| LuaInt64 (double lo, double hi) | |
| LuaInt64 (string v, int radix=10) | |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator long (LuaInt64 luaValue) |
Public Attributes | |
| readonly long | Value |
Definition at line 137 of file LuaTypes.cs.
| Barotrauma.LuaInt64.LuaInt64 | ( | double | v | ) |
Definition at line 141 of file LuaTypes.cs.
| Barotrauma.LuaInt64.LuaInt64 | ( | double | lo, |
| double | hi | ||
| ) |
Definition at line 146 of file LuaTypes.cs.
| Barotrauma.LuaInt64.LuaInt64 | ( | string | v, |
| int | radix = 10 |
||
| ) |
Definition at line 151 of file LuaTypes.cs.
|
static |
| override string Barotrauma.LuaInt64.ToString | ( | ) |
Definition at line 158 of file LuaTypes.cs.
| readonly long Barotrauma.LuaInt64.Value |
Definition at line 139 of file LuaTypes.cs.