|
Barotrauma Client Doc
|
Public Member Functions | |
| LuaUInt16 (double v) | |
| LuaUInt16 (string v, int radix=10) | |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator ushort (LuaUInt16 luaValue) |
Public Attributes | |
| readonly ushort | Value |
Definition at line 71 of file LuaTypes.cs.
| Barotrauma.LuaUInt16.LuaUInt16 | ( | double | v | ) |
Definition at line 75 of file LuaTypes.cs.
| Barotrauma.LuaUInt16.LuaUInt16 | ( | string | v, |
| int | radix = 10 |
||
| ) |
Definition at line 80 of file LuaTypes.cs.
|
static |
| override string Barotrauma.LuaUInt16.ToString | ( | ) |
Definition at line 87 of file LuaTypes.cs.
| readonly ushort Barotrauma.LuaUInt16.Value |
Definition at line 73 of file LuaTypes.cs.