Category:ProtoFlux:Interaction:Grabbable: Difference between revisions

Category page
Cleaning ProtoFlux Categories
Added descriptions for this category.
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Get User Grabber||
|Can Be Grabbed|| Checks if a [[Slot|slot]] can be grabbed by a grabber from a user.
|Grabbable Grabber||
|Get User Grabber|| Gets the user's grabber from a body node.
|Grabbable Priority||
|Grabbable Grabber|| Uses the slot's grabbable to get whoever is grabbing this slot.
|Grabber Body Node||
|Grabbable Priority|| Returns the slot's grababble priority (higher has more priority).
|Is Grabbable Grabbed||
|Grabber Body Node|| Takes any grabber and returns the body node associated with it.
|Is Grabbable Recievable||
|Is Grabbable Grabbed|| Checks if a slot is being grabbed right now.
|Is Grabbable Scalable||
|Is Grabbable Receivable|| Checks if a slot's grabbable component is receivable for surfaces.
|On Grabbable Grabbed||
|Is Grabbable Scalable|| Checks if a slot's grabbable component is scalable.
|On Grabbable Reciever Surface Recieved||
|On Grabbable Grabbed|| Fires events when a grabbable slot is grabbed by the user.
|On Grabbable Released||
|On Grabbable Receiver Surface Received|| Fires events when a grabbable slot is received on to a grabbable surface.
|Release All Grabbed||
|On Grabbable Released|| Fires events when a grabbable slot is released from the user.
|Release All Grabbed|| Releases all grabbed slots from a user's body node.
}}
}}
[[Category:ProtoFlux:Interaction]]
[[Category:ProtoFlux:Interaction]]

Latest revision as of 03:38, 21 May 2024

Nodes
Node Name Description
Can Be Grabbed Checks if a slot can be grabbed by a grabber from a user.
Get User Grabber Gets the user's grabber from a body node.
Grabbable Grabber Uses the slot's grabbable to get whoever is grabbing this slot.
Grabbable Priority Returns the slot's grababble priority (higher has more priority).
Grabber Body Node Takes any grabber and returns the body node associated with it.
Is Grabbable Grabbed Checks if a slot is being grabbed right now.
Is Grabbable Receivable Checks if a slot's grabbable component is receivable for surfaces.
Is Grabbable Scalable Checks if a slot's grabbable component is scalable.
On Grabbable Grabbed Fires events when a grabbable slot is grabbed by the user.
On Grabbable Receiver Surface Received Fires events when a grabbable slot is received on to a grabbable surface.
On Grabbable Released Fires events when a grabbable slot is released from the user.
Release All Grabbed Releases all grabbed slots from a user's body node.