Rebornbuddy
|
Class that handles interacting with chocobo race abilities and items. More...
Static Public Member Functions | |
static void | UseItem () |
Uses the item slot. | |
static void | UseAbility () |
Uses the first ability. | |
static void | UseAbility2 () |
Uses the second ability. |
Properties | |
static HotbarSlot | Item [get] |
Gets the active item. | |
static bool | CanUseItem [get] |
Checks if the item slot can be used. | |
static HotbarSlot | Ability [get] |
Gets the first ability. | |
static bool | CanUseAbility [get] |
Checks if the first ability can be used. | |
static HotbarSlot | Ability2 [get] |
Gets the second ability. | |
static bool | CanUseAbility2 [get] |
Checks if the second ability can be used. | |
static ChocoboStatus | Status [get] |
Get the chocobos current status. | |
static float | Stamina [get] |
Get the remaining stamina. |
Class that handles interacting with chocobo race abilities and items.
|
static |
Uses the first ability.
|
static |
Uses the second ability.
|
static |
Uses the item slot.
|
staticget |
Gets the first ability.
|
staticget |
Gets the second ability.
|
staticget |
Checks if the first ability can be used.
|
staticget |
Checks if the second ability can be used.
|
staticget |
Checks if the item slot can be used.
|
staticget |
Gets the active item.
|
staticget |
Get the remaining stamina.
|
staticget |
Get the chocobos current status.