![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Stores all the abilities the player has unlocked.
Documentation updated 8/11/2024
Public Member Functions | |
void | UpgradeAbility (int index) |
void | EquipAbility (int slotNumber, int index) |
BaseAbilityInfo | GetAbilitySet (int abilityKey) |
BaseAbilityInfo | GetAbilitySet (string abilityName) |
int | GetNumAbilities () |
Private Attributes | |
ActiveAbilityData | activeAbilityData |
BaseAbilityInfo[] | AbilitySets |
void AbilityInventory.EquipAbility | ( | int | slotNumber, |
int | index ) |
BaseAbilityInfo AbilityInventory.GetAbilitySet | ( | int | abilityKey | ) |
BaseAbilityInfo AbilityInventory.GetAbilitySet | ( | string | abilityName | ) |
int AbilityInventory.GetNumAbilities | ( | ) |
void AbilityInventory.UpgradeAbility | ( | int | index | ) |
|
private |
|
private |