Barotrauma Client Doc
Barotrauma.LuaUInt64 Struct Reference

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
 

Detailed Description

Definition at line 164 of file LuaTypes.cs.

Constructor & Destructor Documentation

◆ LuaUInt64() [1/3]

Barotrauma.LuaUInt64.LuaUInt64 ( double  v)

Definition at line 168 of file LuaTypes.cs.

◆ LuaUInt64() [2/3]

Barotrauma.LuaUInt64.LuaUInt64 ( double  lo,
double  hi 
)

Definition at line 173 of file LuaTypes.cs.

◆ LuaUInt64() [3/3]

Barotrauma.LuaUInt64.LuaUInt64 ( string  v,
int  radix = 10 
)

Definition at line 178 of file LuaTypes.cs.

Member Function Documentation

◆ operator ulong()

static implicit Barotrauma.LuaUInt64.operator ulong ( LuaUInt64  luaValue)
static

◆ ToString()

override string Barotrauma.LuaUInt64.ToString ( )

Definition at line 185 of file LuaTypes.cs.

Member Data Documentation

◆ Value

readonly ulong Barotrauma.LuaUInt64.Value

Definition at line 166 of file LuaTypes.cs.