m ProbablePrime moved page FocusedWorldStatus (Component) to Component:FocusedWorldStatus: Creating component Namespace |
Automated: update Fields, Categories |
||
Line 14: | Line 14: | ||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|WorldName|String| | |WorldName|String| | ||
|IsHost|Bool| | |RawWorldName|String| | ||
|CanSave|Bool| | |SessionId|String| | ||
|ShouldSave|Bool| | |IsHost|Bool| | ||
|CanClose|Bool| | |CanSave|Bool| | ||
|ShouldSave|Bool| | |||
|CanClose|Bool| | |||
|RoleName|String| | |||
|UserCount|Int| | |||
|ActiveUserCount|Int| | |||
|MaxUserCount|Int| | |||
|AccessLevel|SessionAccessLevel| | |||
|HideFromListing|Bool| | |||
|AwayKickEnabled|Bool| | |||
|AwayKickMinutes|Float| | |||
|UnsafeMode|Bool| | |||
}} | }} | ||
Line 30: | Line 41: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Focused World Status]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components:World{{#translation:}}| | [[Category:Components:World{{#translation:}}|Focused World Status]] |
Latest revision as of 23:06, 3 March 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Intoduction
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
WorldName
|
String | |
RawWorldName
|
String | |
SessionId
|
String | |
IsHost
|
Bool | |
CanSave
|
Bool | |
ShouldSave
|
Bool | |
CanClose
|
Bool | |
RoleName
|
String | |
UserCount
|
Int | |
ActiveUserCount
|
Int | |
MaxUserCount
|
Int | |
AccessLevel
|
SessionAccessLevel | |
HideFromListing
|
Bool | |
AwayKickEnabled
|
Bool | |
AwayKickMinutes
|
Float | |
UnsafeMode
|
Bool |