The Release All Grabbed
node, when impulsed, makes all slots the provided body node has, to become released. This also has the option to suppress events, useful if the slots were listening using the On Grabbable Released node, preventing a lot of pulses from firing.
Inputs
* (Call)
Call this to make the provided Node (BodyNode)'s grabber release everything it is holding.
Node (BodyNode)
The node to find a grabber for so this node can make it release all that it is holding.
SuppressEvents (bool)
Tells this node to suppress released events that other nodes or components may be listening to. Doesn't prevent code from running that is listening to the grabber of the released objects, however.
Outputs
Next (Continuation)
Sends an impulse when * (Call) is called and the provided Node (BodyNode) has had it's grabber release everything it was grabbing.
Examples
-
An example of Release All Grabbed being used to make a user drop an item if they don't have the proper stats on their user.