Category:ProtoFlux:Users:Status: Difference between revisions

Category page
No edit summary
m fix link spaces
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Is App Dash Opened|| Returns if the provided [[Type:User|user's]] [[Dash Menu|dash]] is open.
|AreAppFacetsOpened|| Returns if the [[User|user's]] [[Facets|facet]] anchors are opened.
|Is Local User|| Returns if the provided [[Type:User|user]] is the one viewing this node.
|IsAppDashOpened|| Returns if the provided [[user|user's]] [[Dash Menu|dash]] is open.
|Is Platform Dash Open|| Returns if the provided [[Type:User|user's]] steam overlay, or Oculus overlay is open.
|IsLocalUser|| Returns if the provided [[user]] is the one viewing this node.
|Is Host User|| Returns if the provided [[Type:User|user]] is the Host of the session.
|IsPlatformDashOpen|| Returns if the provided [[user|user's]] Steam overlay, or Oculus overlay is open.
|Is User In Edit Mode|| Returns if the provided [[Type:User|user]] has [[Edit Mode|edit mode]] enabled in the session tab in the [[Dash Menu|dash]].
|IsHostUser|| Returns if the provided [[user]] is the Host of the session.
|Is User In Kiosk Mode||
|IsUserInEditMode|| Returns if the provided [[user]] has [[Edit Mode|Edit Mode]] enabled in the session tab in the [[dash menu|dash]].
|Is User Live|| Returns if the provided [[Type:User|user]] has enabled the 'Show Live Badge' option or has 'Mirror to display' enabled on their streaming camera.
|IsUserInKioskMode|| Checks if a user is in [[kiosk mode]], a special mode in Resonite.
|Is User Patreon|| Returns if the provided [[Type:User|user]] has subscribed to the YDMS patreon for this month.
|IsUserLagging|| Checks if a [[user]] is lagging.
|Is User Present|| Returns if the provided [[Type:User|user]] is present in their headset/desktop mode and present in the world.
|IsUserLive|| Returns if the provided [[user]] has enabled the 'Show Live Badge' option or has 'Mirror to display' enabled on their streaming camera.
|Is User Present In Headset|| Returns if the provided [[Type:User|user]] has put down their VR headset, if applicable.
|IsUserPatreon|| Returns if the provided [[user]] has subscribed to the YDMS [[Patreon]] for this month.
|Is User Present In World|| Returns if the provided [[Type:User|user]] is focused to the session.
|IsUserPresent|| Returns if the provided [[user]] is present in their headset/desktop mode and present in the world.
|Is User Silenced|| Returns if the provided [[Type:User|user]] has been silenced through the session tab in the [[Dash Menu|dash]] by someone with the correct Permissions.
|IsUserPresentInHeadset|| Returns if the provided [[user]] has put down their VR headset, if applicable.
|IsUserPresentInWorld|| Returns if the provided [[user]] is focused to the session.
|IsUserSilenced|| Returns if the provided [[user]] has been silenced through the session tab in the [[dash menu|dash]] by someone with the correct Permissions.
}}
}}
[[Category:ProtoFlux:Users]]
[[Category:ProtoFlux:Users]]

Latest revision as of 03:58, 25 August 2025

Nodes
Node Name Description
AreAppFacetsOpened Returns if the user's facet anchors are opened.
IsAppDashOpened Returns if the provided user's dash is open.
IsLocalUser Returns if the provided user is the one viewing this node.
IsPlatformDashOpen Returns if the provided user's Steam overlay, or Oculus overlay is open.
IsHostUser Returns if the provided user is the Host of the session.
IsUserInEditMode Returns if the provided user has Edit Mode enabled in the session tab in the dash.
IsUserInKioskMode Checks if a user is in kiosk mode, a special mode in Resonite.
IsUserLagging Checks if a user is lagging.
IsUserLive Returns if the provided user has enabled the 'Show Live Badge' option or has 'Mirror to display' enabled on their streaming camera.
IsUserPatreon Returns if the provided user has subscribed to the YDMS Patreon for this month.
IsUserPresent Returns if the provided user is present in their headset/desktop mode and present in the world.
IsUserPresentInHeadset Returns if the provided user has put down their VR headset, if applicable.
IsUserPresentInWorld Returns if the provided user is focused to the session.
IsUserSilenced Returns if the provided user has been silenced through the session tab in the dash by someone with the correct Permissions.