ProtoFlux:Nearest User Foot

From Resonite Wiki
Nearest User Foot
Reference
Slot
IgnoreUser
User
IgnoreAFK
Distance
GetLeft
Chirality
GetRight
Avatars

Nearest User Foot is a protoflux node that returns the closest user foot to a slot and the foot's user, or closest to the root if not provided a slot. This will also ignore the user provided to IgnoreUser (User).

Inputs

Outputs

Reference (Slot)

The slot which to use as a point to find the closest foot to.

IgnoreUser (User)

The user to ignore when looking for the nearest foot.

IgnoreAFK (bool)

Will not return a foot position from a user that is not currently focused into the world.

GetLeft (bool)

Whether to get the left foot if closest, true by default.

GetRight (bool)

Whether to get the right foot if closest, true by default.

Slot

The slot of the foot when found.

User (User)

The user of the foot that was found.

Distance (float)

How far away the found foot was.

Chirality

The side of the foot that was found. Left or Right or -1.


Examples