Category:ProtoFlux:Users: Difference between revisions

Category page
No edit summary
m fix link spaces
 
Line 7: Line 7:


{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Get Active User|| Returns the nearest parent [[Type:User|user]] of the provided [[Slot|slot]].
|GetActiveUser|| Returns the nearest parent [[Type:User|user]] of the provided [[Slot|slot]].
|Get Active User Self|| Returns the nearest parent [[Type:User|user]] of this node's [[Slot|slot]].
|GetActiveUserSelf|| Returns the nearest parent [[Type:User|user]] of this node's [[Slot|slot]].
|Get User From Component|| Returns the nearest parent [[Type:User|user]] of the provided [[Component|component's]] [[Slot|slot]].
|GetUserFromComponent|| Returns the nearest parent [[Type:User|user]] of the provided [[Component|component's]] [[Slot|slot]].
|Host User|| Returns the host [[Type:User|user]] of the session.
|HostUser|| Returns the host [[Type:User|user]] of the session.
|Local User|| Returns the [[Type:User|user]] looking at the node.
|LocalUser|| Returns the [[Type:User|user]] looking at the node.
|Local UserRoot|| Returns the [[Type:UserRoot|UserRoot]] of the [[Type:User|user]] looking at the node.
|LocalUserRoot|| Returns the [[Type:UserRoot|UserRoot]] of the [[Type:User|user]] looking at the node.
|Local User Slot|| Returns the root [[Slot|slot]] of the [[Type:User|user]] looking at the node.
|LocalUserSlot|| Returns the root [[Slot|slot]] of the [[Type:User|user]] looking at the node.
|Local User Space|| Returns the parent [[Slot|slot]] of the [[Type:User|user]] looking at the node.
|LocalUserSpace|| Returns the parent [[Slot|slot]] of the [[Type:User|user]] looking at the node.
|Set User Scale|| Sets the provided [[Type:User|user's]] scale multiplier with X upon Call.
|SetUserScale|| Sets the provided [[Type:User|user's]] scale multiplier with X upon Call.
|User From ID|| Returns a [[Type:User|user]] from the provided UserID([[Type:String|string]]).
|UserFromID|| Returns a [[Type:User|user]] from the provided UserID([[Type:String|string]]).
|User From Username|| Returns a [[Type:User|user]] from the provided Username([[Type:String|string]]).
|UserFromUsername|| Returns a [[Type:User|user]] from the provided Username([[Type:String|string]]).
|User Machine ID|| Returns a MachineID([[Type:String|string]]) of the provided [[Type:User|user]].
|UserMachineID|| Returns a MachineID([[Type:String|string]]) of the provided [[Type:User|user]].
|User Root Slot|| Returns the root [[Slot|slot]] of the provided [[Type:User|user]].
|UserRootSlot|| Returns the root [[Slot|slot]] of the provided [[Type:User|user]].
|User User ID|| Returns the UserID([[Type:String|string]]) of the provided [[Type:User|user]].
|UserUserID|| Returns the UserID([[Type:String|string]]) of the provided [[Type:User|user]].
|User Username|| Returns the Username([[Type:String|string]]) of the provided [[Type:User|user]].
|UserUsername|| Returns the Username([[Type:String|string]]) of the provided [[Type:User|user]].
|User UserRoot|| Returns the [[Type:UserRoot|UserRoot]] of the provided [[Type:User|user]].
|UserUserRoot|| Returns the [[Type:UserRoot|UserRoot]] of the provided [[Type:User|user]].
}}
}}
[[Category:ProtoFlux]]
[[Category:ProtoFlux]]

Latest revision as of 03:58, 25 August 2025

Subcategories
Category Summary
Info Data about a user's FPS, Queued Packets, Time, Platform, (etc).
LocalOutput Data about a user's Ears/View position and Desktop FOV.
Status Data about a user's is patreon, live, dash, and presence.
UserRoot Data about a user's limb end and global scale.
Nodes
Node Name Description
GetActiveUser Returns the nearest parent user of the provided slot.
GetActiveUserSelf Returns the nearest parent user of this node's slot.
GetUserFromComponent Returns the nearest parent user of the provided component's slot.
HostUser Returns the host user of the session.
LocalUser Returns the user looking at the node.
LocalUserRoot Returns the UserRoot of the user looking at the node.
LocalUserSlot Returns the root slot of the user looking at the node.
LocalUserSpace Returns the parent slot of the user looking at the node.
SetUserScale Sets the provided user's scale multiplier with X upon Call.
UserFromID Returns a user from the provided UserID(string).
UserFromUsername Returns a user from the provided Username(string).
UserMachineID Returns a MachineID(string) of the provided user.
UserRootSlot Returns the root slot of the provided user.
UserUserID Returns the UserID(string) of the provided user.
UserUsername Returns the Username(string) of the provided user.
UserUserRoot Returns the UserRoot of the provided user.