ProtoFlux:OnLocomotionGripBegin

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

The On Locomotion Grip Begin node takes in a global reference from a user's PhysicalLocomotion. And fires when a grip happens that relates to that locomotion along with the data of the slot, position in 3D space, and what side of the user's grip it was.

Outputs

OnEvent (Call)

Fires when a locomotion grip happens.

GrippedSlot (Slot)

The slot that is being gripped.

GrippedPoint (float3)

The point in 3D space where the grip is happening.

GrippingHand (Chirality)

The side that is being gripped from a user.

Globals

Locomotion (PhysicalLocomotion)

The global reference to a physical locomotion from a user.