ProtoFlux:Tool Events

From Resonite Wiki
Tool Events
Equipped
Dequipped
Tool
null
Tools

The Tool Events node takes in a referenced ITool, and fires events if the tool is equipped or dequipped from the user.

If you are looking for tool events that are more custom, try the Raw Data Tool Events node instead.

Outputs

Equipped (Call)

Fires when the tool is equipped.

Dequipped (Call)

Fires when the tool is dequipped.

Globals

Tool (ITool)

The tool component reference.