ProtoFlux:OnGripEnd

From Resonite Wiki
Revision as of 00:28, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:On Grip End to ProtoFlux:OnGripEnd: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
On Grip End
OnEvent
Module
GrippingBodyNode
Grip
null
Events

The On Grip End node takes in a global reference of a LocomotionGrip, and fires an event when the grip has been released, as well as information of the locomotion module and the body node that was gripping.

Outputs

OnEvent (Call)

Fires when the grip is released by the user.

Module (ILocomotionModule)

Returns the module that was gripping.

GrippingBodyNode (BodyNode)

Returns the body node that was gripping.

Globals

Grip (LocomotionGrip)

The global reference to the user's locomotion grip.