Method | Description | |
---|---|---|
Load ( string title ) : void | ||
SetLocked ( int index, bool value ) : void |
Method | Description | |
---|---|---|
OnFire ( object sender, InfoEventArgs |
||
OnMove ( object sender, InfoEventArgs |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
DequeueEntry ( ) : AbilityMenuEntry, | ||
EnqueueEntry ( AbilityMenuEntry, entry ) : void | ||
Next ( ) : void | ||
Previous ( ) : void | ||
SetSelection ( int value ) : bool |
protected OnFire ( object sender, InfoEventArgs |
||
sender | object | |
e | InfoEventArgs |
|
return | void |
protected OnMove ( object sender, InfoEventArgs |
||
sender | object | |
e | InfoEventArgs |
|
return | void |
public SetLocked ( int index, bool value ) : void | ||
index | int | |
value | bool | |
return | void |