|
Barotrauma Server Doc
|
Public Member Functions | |
| LuaUInt32 (double v) | |
| LuaUInt32 (string v, int radix=10) | |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator uint (LuaUInt32 luaValue) |
Public Attributes | |
| readonly uint | Value |
Definition at line 115 of file LuaTypes.cs.
| Barotrauma.LuaUInt32.LuaUInt32 | ( | double | v | ) |
Definition at line 119 of file LuaTypes.cs.
| Barotrauma.LuaUInt32.LuaUInt32 | ( | string | v, |
| int | radix = 10 |
||
| ) |
Definition at line 124 of file LuaTypes.cs.
|
static |
| override string Barotrauma.LuaUInt32.ToString | ( | ) |
Definition at line 131 of file LuaTypes.cs.
| readonly uint Barotrauma.LuaUInt32.Value |
Definition at line 117 of file LuaTypes.cs.