DefaultSkillMenu
A menu to help assign skills to the DefaultSkillBar.
Inherits from SkillTreeUI.
Properties
Name | Description | Type |
---|---|---|
instance | Skill details UI instance. | DefaultSkillMenu |
Methods
DisplayMenuOptions
Displays menu options of a skill.
Parameters
Name | Description | Type |
---|---|---|
slot | The skill slot in the DefaultSkillTreeWindow. | DefaultSkillNodeSlot |
AssignToSkillBar
Assigns a skill to a slot in the skill bar.
Parameters
Name | Description | Type |
---|---|---|
skill | The skill to assign. | SkillNode |
slotIndex | The slot index. | int |
RemoveFromSkillBar
Removes a skill from a slot in the skill bar.
Name | Description | Type |
---|---|---|
slotIndex | The slot index. | int |
Last updated