|
Barotrauma Client Doc
|
Public Member Functions | |
| void | WriteBoolean (bool b) |
| void | WriteInteger (int value, int min, int max) |
| void | WriteFloat (float value, float min, float max, int numberOfBits) |
| void | WriteToMessage (IWriteMessage msg) |
| void | Dispose () |
Definition at line 11 of file NetStructBitField.cs.
| void Barotrauma.WriteOnlyBitField.Dispose | ( | ) |
Definition at line 76 of file NetStructBitField.cs.
| void Barotrauma.WriteOnlyBitField.WriteBoolean | ( | bool | b | ) |
Definition at line 18 of file NetStructBitField.cs.
| void Barotrauma.WriteOnlyBitField.WriteFloat | ( | float | value, |
| float | min, | ||
| float | max, | ||
| int | numberOfBits | ||
| ) |
Definition at line 45 of file NetStructBitField.cs.
| void Barotrauma.WriteOnlyBitField.WriteInteger | ( | int | value, |
| int | min, | ||
| int | max | ||
| ) |
Definition at line 30 of file NetStructBitField.cs.
| void Barotrauma.WriteOnlyBitField.WriteToMessage | ( | IWriteMessage | msg | ) |
Definition at line 60 of file NetStructBitField.cs.