Category:ProtoFlux:World:Info: Difference between revisions

Category page
m yeet types
m fix link spaces
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|World Access Level|| Returns the session's [[Type:SessionAccessLevel|Session Access Level]].
|WorldAccessLevel|| Returns the session's [[Type:SessionAccessLevel|Session Access Level]].
|World Active User Count|| Returns the session's [[Type:User|user]] count that is currently focused.
|WorldActiveUserCount|| Returns the session's [[Type:User|user]] count that is currently focused.
|World Away Kick Enabled|| Returns if the session has afk kick timer enabled.
|WorldAwayKickEnabled|| Returns if the session has afk kick timer enabled.
|World Away Kick Interval|| Returns the time until a [[Type:User|user]] is kicked as a [[Type:TimeSpan|TimeSpan]].
|WorldAwayKickInterval|| Returns the time until a [[Type:User|user]] is kicked as a [[Type:TimeSpan|TimeSpan]].
|World Away Kick Minutes|| Returns the time until a [[Type:User|user]] is kicked as a [[Type:Float|float]].
|WorldAwayKickMinutes|| Returns the time until a [[Type:User|user]] is kicked as a [[Type:Float|float]].
|World Description|| Returns a [[Type:String|string]] that is the description of the session in the world browser ([[Dash Menu|dash]]).
|WorldDescription|| Returns a [[Type:String|string]] that is the description of the session in the world browser ([[Dash Menu|dash]]).
|World Hide From Listing|| Returns if the session has "Hide In Session Lists" Enabled.
|WorldHideFromListing|| Returns if the session has "Hide In Session Lists" Enabled.
|World Max Users|| Returns an [[Type:Int|int]] of the current user limit of the session (Max: 255).
|WorldMaxUsers|| Returns an [[Type:Int|int]] of the current user limit of the session (Max: 255).
|World Mobile Friendly|| Returns if the session world was intended for Android Builds.
|WorldMobileFriendly|| Returns if the session world was intended for Android Builds.
|World Name|| Returns a [[Type:String|string]] that is the session name.
|WorldName|| Returns a [[Type:String|string]] that is the session name.
|World Path|| Returns a [[Type:String|string]] that is the world path.
|WorldPath|| Returns a [[Type:String|string]] that is the world path.
|World Record URL|| Returns a [[Type:String|string]] resrec link of the current world.  
|WorldRecordURL|| Returns a [[Type:String|string]] resrec link of the current world.  
|World Session ID||  
|WorldSessionID|| Returns the current world's session ID.
|World Session URL||
|WorldSessionURL|| Returns the world's session URL, useful for focusing into the world.
|World Session Web URL||
|WorldSessionWebURL|| Returns the world's session Web URL, no known uses yet.
|World User Count|| Returns the session's total [[Type:User|user]] count.
|WorldUserCount|| Returns the session's total [[Type:User|user]] count.
|World Web URL||
|WorldWebURL|| Returns the world's Web URL, no known uses yet.
}}
}}
[[Category:ProtoFlux:World]]

Latest revision as of 04:00, 25 August 2025

Nodes
Node Name Description
WorldAccessLevel Returns the session's Session Access Level.
WorldActiveUserCount Returns the session's user count that is currently focused.
WorldAwayKickEnabled Returns if the session has afk kick timer enabled.
WorldAwayKickInterval Returns the time until a user is kicked as a TimeSpan.
WorldAwayKickMinutes Returns the time until a user is kicked as a float.
WorldDescription Returns a string that is the description of the session in the world browser (dash).
WorldHideFromListing Returns if the session has "Hide In Session Lists" Enabled.
WorldMaxUsers Returns an int of the current user limit of the session (Max: 255).
WorldMobileFriendly Returns if the session world was intended for Android Builds.
WorldName Returns a string that is the session name.
WorldPath Returns a string that is the world path.
WorldRecordURL Returns a string resrec link of the current world.
WorldSessionID Returns the current world's session ID.
WorldSessionURL Returns the world's session URL, useful for focusing into the world.
WorldSessionWebURL Returns the world's session Web URL, no known uses yet.
WorldUserCount Returns the session's total user count.
WorldWebURL Returns the world's Web URL, no known uses yet.