Skill Web
  • Skill Web Documentation
  • đŸ•šī¸Quick Start
    • Installation
  • Start Developing
  • 💡General
    • Running the Demos
  • Menu Options
  • UI Customizations
    • uGUI
      • Skill Node
      • Connection Line
      • Web View
      • Hovercard
  • Datasets
  • 🎓Tutorials
    • Runes Demo Walkthrough
  • âœī¸Editors
    • Skill Bank
  • Web Creator
  • Settings
  • Components
    • Skill Web Initializer
    • uGUI
      • Skill Node UGUI
      • Connection Line
        • Curved Connection Line
      • Web View UGUI
        • Web View Selector UGUI
      • Skill Hovercard UGUI
    • Player Web Link
  • 📄Scripting API
    • Initialization
  • Skills
    • Skill
      • Skill Dataset Attributes
    • Skill Node
  • Webs
    • Web Graph
    • Web
  • UI
    • Loading a Web
    • Web View Input Handling
    • Customize Connection Line
    • Customize Hovercard
  • Player Web Link
  • Custom Logic
  • Saving & Loading
  • Events
  • Skill Web Settings
  • Procedural Generation (Beta)
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
    • ⭐Rate Me?
Powered by GitBook
On this page
  • Skill Node
  • Skill Node UGUI
  • Web

Events

A list of Skill Web's events.

Skill Node

A list of static events available in the SkillNode class.

Name
Description

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.

Name
Description

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.

Name
Description

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).

PreviousSaving & LoadingNextSkill Web Settings

Last updated 11 days ago