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

Public Member Functions

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

Static Public Attributes

static readonly FranchiseIcon[] Icons
 

Properties

int ID [get]
 
string Name [get]
 

Constructor & Destructor Documentation

◆ FranchiseIcon()

BrawlLib.Internal.FranchiseIcon.FranchiseIcon ( int  id,
string  name 
)
inline
15 {
16 ID = id;
17 Name = name;
18 }
string Name
Definition: BrawlExDropDownLists.cs:12
int ID
Definition: BrawlExDropDownLists.cs:11

Member Function Documentation

◆ ToString()

override string BrawlLib.Internal.FranchiseIcon.ToString ( )
inline
21 {
22 return Name;
23 }

Member Data Documentation

◆ Icons

readonly FranchiseIcon [] BrawlLib.Internal.FranchiseIcon.Icons
static
Initial value:
{
new FranchiseIcon(0x00, "Super Mario"),
new FranchiseIcon(0x01, "Donkey Kong"),
new FranchiseIcon(0x02, "Zelda"),
new FranchiseIcon(0x03, "Metroid"),
new FranchiseIcon(0x04, "Yoshi"),
new FranchiseIcon(0x05, "Kirby"),
new FranchiseIcon(0x06, "Star Fox"),
new FranchiseIcon(0x07, "Pokémon"),
new FranchiseIcon(0x08, "F-Zero"),
new FranchiseIcon(0x09, "Earthbound"),
new FranchiseIcon(0x0A, "Ice Climbers"),
new FranchiseIcon(0x0B, "Wario"),
new FranchiseIcon(0x0C, "Kid Icarus"),
new FranchiseIcon(0x0D, "Pikmin"),
new FranchiseIcon(0x0E, "Fire Emblem"),
new FranchiseIcon(0x0F, "Gyromite"),
new FranchiseIcon(0x10, "Metal Gear Solid"),
new FranchiseIcon(0x11, "Game & Watch"),
new FranchiseIcon(0x12, "Sonic the Hedgehog"),
new FranchiseIcon(0x13, "Super Smash Bros."),
new FranchiseIcon(0x14, "Bowser (PM)"),
new FranchiseIcon(0xFF, "None")
}
FranchiseIcon(int id, string name)
Definition: BrawlExDropDownLists.cs:14

Property Documentation

◆ ID

int BrawlLib.Internal.FranchiseIcon.ID
get
11{ get; private set; }

◆ Name

string BrawlLib.Internal.FranchiseIcon.Name
get
12{ get; private set; }

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