Barotrauma Client Doc
|
Public Member Functions | |
LuaInt16 (double v) | |
LuaInt16 (string v, int radix=10) | |
override string | ToString () |
Static Public Member Functions | |
static implicit | operator short (LuaInt16 luaValue) |
Public Attributes | |
readonly short | Value |
Definition at line 49 of file LuaTypes.cs.
Barotrauma.LuaInt16.LuaInt16 | ( | double | v | ) |
Definition at line 53 of file LuaTypes.cs.
Barotrauma.LuaInt16.LuaInt16 | ( | string | v, |
int | radix = 10 |
||
) |
Definition at line 58 of file LuaTypes.cs.
|
static |
override string Barotrauma.LuaInt16.ToString | ( | ) |
Definition at line 65 of file LuaTypes.cs.
readonly short Barotrauma.LuaInt16.Value |
Definition at line 51 of file LuaTypes.cs.