![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Holds the data of the drag and drop ability icons in the ability inventory in the skyhub. This includes all data that the UI needs to display, as well as what slot the ability icon is in.
Documentation updated 9/19/2024
Public Member Functions | |
void | MoveIcon (Vector2 newPos) |
Moves the icon to the given position. | |
Public Attributes | |
string | abilityName |
The name of the ability in this slot. | |
int | abilityLevel |
The level of the ability in this slot. | |
Sprite | sprite |
The sprite of the ability in this slot. | |
string | quote |
The quote to display in the detailed view. | |
int | abilityIndex |
The index of the ability in AbilityInventory. | |
List< Sprite > | abilityIcons |
The offense, defense, utility, and passive icons to display in the detailed view. | |
string[] | abilityNames |
The names of the offense, defense, utility, and passive abilities to display in the detailed view. | |
string[] | abilityDescriptions |
The descriptions of the offense, defense, utility, and passive abilities to display in the detailed view. | |
int | currentSlot = -1 |
The ID of the slot the item is currently in. | |
void AbilityInventoryItemData.MoveIcon | ( | Vector2 | newPos | ) |
Moves the icon to the given position.
string [] AbilityInventoryItemData.abilityDescriptions |
The descriptions of the offense, defense, utility, and passive abilities to display in the detailed view.
List<Sprite> AbilityInventoryItemData.abilityIcons |
The offense, defense, utility, and passive icons to display in the detailed view.
int AbilityInventoryItemData.abilityIndex |
The index of the ability in AbilityInventory.
int AbilityInventoryItemData.abilityLevel |
The level of the ability in this slot.
string AbilityInventoryItemData.abilityName |
The name of the ability in this slot.
string [] AbilityInventoryItemData.abilityNames |
The names of the offense, defense, utility, and passive abilities to display in the detailed view.
int AbilityInventoryItemData.currentSlot = -1 |
The ID of the slot the item is currently in.
string AbilityInventoryItemData.quote |
The quote to display in the detailed view.
Sprite AbilityInventoryItemData.sprite |
The sprite of the ability in this slot.