ProtoFlux:Get Active User: Difference between revisions

From Resonite Wiki
m add to category users
fix info
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:
]
]
|}}
|}}
Get active user gets the closest parent [[Type:User|User]] of the provided Instance ([[Slot|Slot]])
== Inputs ==
=== Instance ([[Slot|Slot]]) ===
The slot to check for an active user.
== Outputs ==
=== * ([[Type:User|User]]) ===
The closest parent user in the hierarchy of Instance ([[Slot|Slot]]).
== Examples ==
<gallery widths=480px heights=480px>
File:Protoflux_example_get_active_user.webp|Example of a get active user node showing the name of who's holding a box. The code is displayed off to the side, un-parented from the box.
</gallery>


[[Category:ProtoFlux:Slots]]
[[Category:ProtoFlux:Slots]]
[[Category:ProtoFlux:Users]]
[[Category:ProtoFlux:Users]]

Latest revision as of 01:45, 10 February 2024

Get Active User
Instance
*
Slots

Get active user gets the closest parent User of the provided Instance (Slot)

Inputs

Instance (Slot)

The slot to check for an active user.

Outputs

* (User)

The closest parent user in the hierarchy of Instance (Slot).

Examples