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

Public Member Functions

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

Static Public Attributes

static readonly AIController[] aIControllers
 

Properties

uint ID [get]
 
string Name [get]
 

Constructor & Destructor Documentation

◆ AIController()

BrawlLib.Internal.AIController.AIController ( uint  id,
string  name 
)
inline
150 {
151 ID = id;
152 Name = name;
153 }
string Name
Definition: BrawlExDropDownLists.cs:147
uint ID
Definition: BrawlExDropDownLists.cs:146

Member Function Documentation

◆ ToString()

override string BrawlLib.Internal.AIController.ToString ( )
inline
156 {
157 return Name;
158 }

Member Data Documentation

◆ aIControllers

readonly AIController [] BrawlLib.Internal.AIController.aIControllers
static

Property Documentation

◆ ID

uint BrawlLib.Internal.AIController.ID
get
146{ get; private set; }

◆ Name

string BrawlLib.Internal.AIController.Name
get
147{ get; private set; }

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