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

Public Member Functions

 Fighter (uint id, string name)
 
override string ToString ()
 

Static Public Attributes

static readonly Fighter[] Fighters
 

Properties

uint ID [get]
 The character slot index, as used by common2.pac event match and all-star data. See: http://opensa.dantarion.com/wiki/Character_Slots More...
 
string Name [get]
 The fighter name (e.g. "Yoshi"). More...
 

Constructor & Destructor Documentation

◆ Fighter()

BrawlLib.SSBB.Fighter.Fighter ( uint  id,
string  name 
)
inline
17 {
18 ID = id;
19 Name = name;
20 }
uint ID
The character slot index, as used by common2.pac event match and all-star data. See: http://opensa....
Definition: Fighter.cs:9
string Name
The fighter name (e.g. "Yoshi").
Definition: Fighter.cs:14

Member Function Documentation

◆ ToString()

override string BrawlLib.SSBB.Fighter.ToString ( )
inline
23 {
24 return Name;
25 }

Member Data Documentation

◆ Fighters

readonly Fighter [] BrawlLib.SSBB.Fighter.Fighters
static

Property Documentation

◆ ID

uint BrawlLib.SSBB.Fighter.ID
get

The character slot index, as used by common2.pac event match and all-star data. See: http://opensa.dantarion.com/wiki/Character_Slots

9{ get; private set; }

◆ Name

string BrawlLib.SSBB.Fighter.Name
get

The fighter name (e.g. "Yoshi").

14{ get; private set; }

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