ProtoFlux:OnGripStay: Difference between revisions

From Resonite Wiki
Created a page for the On Grip Stay node.
 
m YoshBot moved page ProtoFlux:On Grip Stay to ProtoFlux:OnGripStay: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:28, 21 August 2025

On Grip Stay
OnEvent
Module
GrippingBodyNode
Grip
null
Events

The On Grip Stay node takes in a global reference of a LocomotionGrip, and fires an event when the grip is happening per frame, as well as information of the locomotion module and the body node that is gripping.

Outputs

OnEvent (Call)

Fires when the grip is being used by the user.

Module (ILocomotionModule)

Returns the module that is gripping.

GrippingBodyNode (BodyNode)

Returns the body node that is gripping.

Globals

Grip (LocomotionGrip)

The global reference to the user's locomotion grip.