Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Specialized.BitVector32 Struct Reference

Classes

struct  Section
 

Public Member Functions

 BitVector32 (int data)
 
 BitVector32 (BitVector32 value)
 
override bool Equals ([NotNullWhen(true)] object? o)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static int CreateMask ()
 
static int CreateMask (int previous)
 
static Section CreateSection (short maxValue)
 
static Section CreateSection (short maxValue, Section previous)
 
static string ToString (BitVector32 value)
 

Properties

bool this[int bit] [get, set]
 
int this[Section section] [get, set]
 
int Data [get]
 

Static Private Member Functions

static Section CreateSectionHelper (short maxValue, short priorMask, short priorOffset)
 

Private Attributes

uint _data
 

Detailed Description

Definition at line 6 of file BitVector32.cs.


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