Events
A list of Skill Web's events.
Skill Node
A list of static events available in the SkillNode
class.
onUpgrade
A callback for when any skill is upgraded. This accepts 1 argument: the affected skill (SkillNode).
onDowngrade
A callback for when any skill is downgraded. This accepts 1 argument: the affected skill (SkillNode).
onSkillObtained
A callback for when any skill is obtained. This accepts 1 argument: the affected skill (SkillNode).
onSkillUnobtained
A callback for when any skill becomes unobtained. This accepts 1 argument: the affected skill (SkillNode).
onSkillStateChanged
A callback for when any skill state is changed. This accepts 1 argument: the affected skill (SkillNode).
Skill Node UGUI
A list of static events available in the SkillNodeUGUI
class.
onUpgrade
A callback for when any skill node is upgraded. This accepts 1 argument: the affected skill node (SkillNodeUGUI).
onDowngrade
A callback for when any skill node is downgraded. This accepts 1 argument: the affected skill node (SkillNodeUGUI).
onPointerEnter
A callback for when any skill node is hovered. This accepts 1 argument: the affected skill node (SkillNodeUGUI).
onPointerExit
A callback for when any skill node stops being hovered. This accepts 1 argument: the affected skill node (SkillNodeUGUI).
Web
A list of static events available in the Web
class.
onSkillsReset
A callback for when all skills of a web is reset. This accepts 1 argument: the web that was reset (Web).
onReverted
A callback for when a web is reverted. This accepts 1 argument: the reverted web (Web).
Last updated