Get User Grabber
Grabbable
Get User Grabber is a ProtoFlux node that allows for getting the grabber sphere a user has on a specific BodyNode. will use local user and left hand by default. This node will only give an output for LeftHand
or RightHand
BodyNodes.
989onan Hot Take: This node using BodyNode rather than Chirality is probably because Frooxius was thinking of adding future support for devices that can allow you to grab things with your Jaw or feet. Although there seems to be no plans for this anywhere.
Inputs
User (User)
The user to get a Grabber for.
Node (BodyNode)
The body node on the provided User (User) to find a Grabber on.
Examples: LeftHand
or RightHand
Outputs
* (Grabber)
The user's Grabber on the provided BodyNode (LeftHand
or RightHand
)
Examples
-
An example of Get User Grabber being used in some ProtoFlux code.