Category:ProtoFlux:Tools: Difference between revisions

Category page
Create Tools ProtoFlux Category
 
m fix link spaces
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Dequip Tool||
|DequipTool|| Dequips a [[Tools|tool]] from the user.
|Equip Tool||
|EquipTool|| Equips a [[Tools|tool]] to a user.
|Get RawDataTool Hit||
|GetRawDataToolHit|| Similar to [[ProtoFlux:Raycaster|Raycaster]] and [[ProtoFlux:Raycast One|Raycast One]], this node will make a raycast and detect hits.
|Get Tool||
|GetTool|| Gets a tool reference of the user.
|Has Tool||
|HasTool|| Checks if a user has a tool.
|Is Tool Equipped||
|IsToolEquipped|| Checks if a tool is equipped on a user.
|Is Tool In Use||
|IsToolInUse|| Checks if the tool is currently being used by a user.
|RawDataTool Events||
|RawDataToolEvents|| A node that fires tool specific events.
|Tool Equipping Side|| Gets which [[Type:Chirality|Chirality]] a [[Type:User|User]] has equipped a [[Tools|tool]].
|ToolEquippingSide|| Gets which [[Type:Chirality|Chirality]] a [[Type:User|User]] has equipped a [[Tools|tool]].
|Tool Equipping Slot||
|ToolEquippingSlot|| Gets what slot is holding this tool.
|Tool Events|| Events for a [[Tools|Tool]] being Equipped or Dequipped.
|ToolEvents|| Events for a [[Tools|Tool]] being Equipped or Dequipped.
}}
}}
[[Category:ProtoFlux]]

Latest revision as of 03:57, 25 August 2025

Nodes
Node Name Description
DequipTool Dequips a tool from the user.
EquipTool Equips a tool to a user.
GetRawDataToolHit Similar to Raycaster and Raycast One, this node will make a raycast and detect hits.
GetTool Gets a tool reference of the user.
HasTool Checks if a user has a tool.
IsToolEquipped Checks if a tool is equipped on a user.
IsToolInUse Checks if the tool is currently being used by a user.
RawDataToolEvents A node that fires tool specific events.
ToolEquippingSide Gets which Chirality a User has equipped a tool.
ToolEquippingSlot Gets what slot is holding this tool.
ToolEvents Events for a Tool being Equipped or Dequipped.