|
Barotrauma Server Doc
|
Public Member Functions | |
| LuaUInt64 (double v) | |
| LuaUInt64 (double lo, double hi) | |
| LuaUInt64 (string v, int radix=10) | |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator ulong (LuaUInt64 luaValue) |
Public Attributes | |
| readonly ulong | Value |
Definition at line 164 of file LuaTypes.cs.
| Barotrauma.LuaUInt64.LuaUInt64 | ( | double | v | ) |
Definition at line 168 of file LuaTypes.cs.
| Barotrauma.LuaUInt64.LuaUInt64 | ( | double | lo, |
| double | hi | ||
| ) |
Definition at line 173 of file LuaTypes.cs.
| Barotrauma.LuaUInt64.LuaUInt64 | ( | string | v, |
| int | radix = 10 |
||
| ) |
Definition at line 178 of file LuaTypes.cs.
|
static |
| override string Barotrauma.LuaUInt64.ToString | ( | ) |
Definition at line 185 of file LuaTypes.cs.
| readonly ulong Barotrauma.LuaUInt64.Value |
Definition at line 166 of file LuaTypes.cs.