ProtoFlux:Equip Tool

From Resonite Wiki
Revision as of 07:46, 15 April 2024 by AmasterAmaster (talk | contribs) (Created a page for the Equip Tool node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.