Barotrauma Client Doc
Barotrauma.WriteOnlyBitField Class Reference
Inheritance diagram for Barotrauma.WriteOnlyBitField:

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 ()
 

Detailed Description

Definition at line 11 of file NetStructBitField.cs.

Member Function Documentation

◆ Dispose()

void Barotrauma.WriteOnlyBitField.Dispose ( )

Definition at line 76 of file NetStructBitField.cs.

◆ WriteBoolean()

void Barotrauma.WriteOnlyBitField.WriteBoolean ( bool  b)

Definition at line 18 of file NetStructBitField.cs.

◆ WriteFloat()

void Barotrauma.WriteOnlyBitField.WriteFloat ( float  value,
float  min,
float  max,
int  numberOfBits 
)

Definition at line 45 of file NetStructBitField.cs.

◆ WriteInteger()

void Barotrauma.WriteOnlyBitField.WriteInteger ( int  value,
int  min,
int  max 
)

Definition at line 30 of file NetStructBitField.cs.

◆ WriteToMessage()

void Barotrauma.WriteOnlyBitField.WriteToMessage ( IWriteMessage  msg)

Definition at line 60 of file NetStructBitField.cs.