terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
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 (bool b0)
 
void Retrieve (bool b0, bool b1)
 
void Retrieve (bool b0, bool b1, bool b2)
 
void Retrieve (bool b0, bool b1, bool b2, bool b3)
 
void Retrieve (bool b0, bool b1, bool b2, bool b3, bool b4)
 
void Retrieve (bool b0, bool b1, bool b2, bool b3, bool b4, bool b5)
 
void Retrieve (bool b0, bool b1, bool b2, bool b3, bool b4, bool b5, bool b6)
 
void Retrieve (bool b0, bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, 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 8 of file BitsByte.cs.


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