Category:ProtoFlux:Users:Status: Difference between revisions

Category page
Added missing node page link to this category. Added link.
m fix link spaces
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Are App Facets Opened|| Returns if the [[User|user's]] [[Facets|facet]] anchors are opened.
|AreAppFacetsOpened|| Returns if the [[User|user's]] [[Facets|facet]] anchors are opened.
|Is App Dash Opened|| Returns if the provided [[Type:User|user's]] [[Dash Menu|dash]] is open.
|IsAppDashOpened|| Returns if the provided [[user|user's]] [[Dash Menu|dash]] is open.
|Is Local User|| Returns if the provided [[Type:User|user]] is the one viewing this node.
|IsLocalUser|| Returns if the provided [[user]] is the one viewing this node.
|Is Platform Dash Open|| Returns if the provided [[Type:User|user's]] Steam overlay, or Oculus overlay is open.
|IsPlatformDashOpen|| Returns if the provided [[user|user's]] Steam overlay, or Oculus overlay is open.
|Is Host User|| Returns if the provided [[Type:User|user]] is the Host of the session.
|IsHostUser|| Returns if the provided [[user]] is the Host of the session.
|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]].
|IsUserInEditMode|| Returns if the provided [[user]] has [[Edit Mode|Edit Mode]] enabled in the session tab in the [[dash menu|dash]].
|Is User In Kiosk Mode|| Checks if a user is in [[Kiosk Mode]], a special mode in Resonite.
|IsUserInKioskMode|| Checks if a user is in [[kiosk mode]], a special mode in Resonite.
|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.
|IsUserLagging|| Checks if a [[user]] is lagging.
|Is User Patreon|| Returns if the provided [[Type:User|user]] has subscribed to the YDMS [[Patreon]] for this month.
|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|| Returns if the provided [[Type:User|user]] is present in their headset/desktop mode and present in the world.
|IsUserPatreon|| Returns if the provided [[user]] has subscribed to the YDMS [[Patreon]] for this month.
|Is User Present In Headset|| Returns if the provided [[Type:User|user]] has put down their VR headset, if applicable.
|IsUserPresent|| Returns if the provided [[user]] is present in their headset/desktop mode and present in the world.
|Is User Present In World|| Returns if the provided [[Type:User|user]] is focused to the session.
|IsUserPresentInHeadset|| Returns if the provided [[user]] has put down their VR headset, if applicable.
|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.
|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.