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

Public Member Functions

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

Static Public Attributes

static readonly Item[] Items
 

Properties

int ID [get]
 The Item ID, as used by the module files, PSA script, and the item frequency tables. More...
 
string Name [get]
 The Item name (e.g. "Heart Container"). More...
 

Constructor & Destructor Documentation

◆ Item()

BrawlLib.SSBB.Item.Item ( int  id,
string  name 
)
inline
16 {
17 ID = id;
18 Name = name;
19 }
int ID
The Item ID, as used by the module files, PSA script, and the item frequency tables.
Definition: Item.cs:8
string Name
The Item name (e.g. "Heart Container").
Definition: Item.cs:13

Member Function Documentation

◆ ToString()

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

Member Data Documentation

◆ Items

readonly Item [] BrawlLib.SSBB.Item.Items
static

Property Documentation

◆ ID

int BrawlLib.SSBB.Item.ID
get

The Item ID, as used by the module files, PSA script, and the item frequency tables.

8{ get; private set; }

◆ Name

string BrawlLib.SSBB.Item.Name
get

The Item name (e.g. "Heart Container").

13{ get; private set; }

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