Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.BitsByte Struct Reference

Public Member Functions

 BitsByte (bool b1=false, bool b2=false, bool b3=false, bool b4=false, bool b5=false, bool b6=false, bool b7=false, bool b8=false)
 
void ClearAll ()
 
void SetAll ()
 
void Retrieve (ref bool b0)
 
void Retrieve (ref bool b0, ref bool b1)
 
void Retrieve (ref bool b0, ref bool b1, ref bool b2)
 
void Retrieve (ref bool b0, ref bool b1, ref bool b2, ref bool b3)
 
void Retrieve (ref bool b0, ref bool b1, ref bool b2, ref bool b3, ref bool b4)
 
void Retrieve (ref bool b0, ref bool b1, ref bool b2, ref bool b3, ref bool b4, ref bool b5)
 
void Retrieve (ref bool b0, ref bool b1, ref bool b2, ref bool b3, ref bool b4, ref bool b5, ref bool b6)
 
void Retrieve (ref bool b0, ref bool b1, ref bool b2, ref bool b3, ref bool b4, ref bool b5, ref bool b6, ref bool b7)
 

Static Public Member Functions

static implicit operator byte (BitsByte bb)
 
static implicit operator BitsByte (byte b)
 
static BitsByte[] ComposeBitsBytesChain (bool optimizeLength, params bool[] flags)
 
static BitsByte[] DecomposeBitsBytesChain (BinaryReader reader)
 

Properties

bool this[int key] [get, set]
 

Private Attributes

byte value
 

Static Private Attributes

static bool Null
 

Detailed Description

Definition at line 7 of file BitsByte.cs.


The documentation for this struct was generated from the following file: