ProtoFlux:Equip Tool

From Resonite Wiki
Equip Tool
*
OnEquipped
Tool
OnEquipFail
User
Side
DequipExisting
Tools

The Equip Tool node makes a user equip a tool to their hand of a specific side of that user.

Inputs

* (Call)

Calls an impulse to equip a tool to a user.

Tool (ITool)

The tool to equip.

User (User)

The user to equip the tool to.

Side (Chirality)

The side of the user to equip this tool.

DequipExisting (bool)

Should this tool dequip an already held tool.

Outputs

OnEquipped (Continuation)

Fires when the tool successfully equips to a user.

OnEquipFail (Continuation)

Fires when the tool fails to equip to a user for any reason.