Barotrauma Client Doc
|
Public Member Functions | |
ReadOnlyBitField (IReadMessage inc) | |
bool | ReadBoolean () |
int | ReadInteger (int min, int max) |
float | ReadFloat (float min, float max, int numberOfBits) |
Definition at line 87 of file NetStructBitField.cs.
Barotrauma.ReadOnlyBitField.ReadOnlyBitField | ( | IReadMessage | inc | ) |
Definition at line 93 of file NetStructBitField.cs.
bool Barotrauma.ReadOnlyBitField.ReadBoolean | ( | ) |
Definition at line 112 of file NetStructBitField.cs.
float Barotrauma.ReadOnlyBitField.ReadFloat | ( | float | min, |
float | max, | ||
int | numberOfBits | ||
) |
Definition at line 134 of file NetStructBitField.cs.
int Barotrauma.ReadOnlyBitField.ReadInteger | ( | int | min, |
int | max | ||
) |
Definition at line 120 of file NetStructBitField.cs.