BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Properties | List of all members
BrawlLib.Internal.RecordBank Class Reference

Public Member Functions

 RecordBank (int id, string name)
 
override string ToString ()
 

Static Public Attributes

static readonly RecordBank[] Records
 

Properties

int ID [get]
 
string Name [get]
 

Constructor & Destructor Documentation

◆ RecordBank()

BrawlLib.Internal.RecordBank.RecordBank ( int  id,
string  name 
)
inline
93 {
94 ID = id;
95 Name = name;
96 }
int ID
Definition: BrawlExDropDownLists.cs:89
string Name
Definition: BrawlExDropDownLists.cs:90

Member Function Documentation

◆ ToString()

override string BrawlLib.Internal.RecordBank.ToString ( )
inline
99 {
100 return Name;
101 }

Member Data Documentation

◆ Records

readonly RecordBank [] BrawlLib.Internal.RecordBank.Records
static

Property Documentation

◆ ID

int BrawlLib.Internal.RecordBank.ID
get
89{ get; private set; }

◆ Name

string BrawlLib.Internal.RecordBank.Name
get
90{ get; private set; }

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