(One intermediate revision by one other user not shown)
Line 8:
Line 8:
{{Table ComponentFields
{{Table ComponentFields
|ListOpenedWorlds|Bool| Whether to list open worlds.
|ListOpenedWorlds|Bool| Whether to list open worlds.
'''Note:''' This only works in privileged contexts, such as [[Userspace]], or worlds opened in Unsafe Mode.
|ListSessions|Bool| Whether to list sessions of worlds.
|ListSessions|Bool| Whether to list sessions of worlds.
|MergeByWorldId|Bool| Whether to merge by world IDs. Used to make [[Component:MergedWorldDataItemInterface]].
|MergeByWorldId|Bool| Whether to merge by world IDs. Used to make [[Component:MergedWorldDataItemInterface]].
Line 23:
Line 25:
== Usage ==
== Usage ==
Used in the system of [[Data Feeds]]. This feed provides MergedWorldDataItemInterface as well as DataFeedEntity<World> and DataFeedEntity<Session> as part of its feed.
Used in the system of [[Data Feeds]]. This feed provides MergedWorldDataItemInterface as well as DataFeedEntity<World> and DataFeedEntity<SessionInfo> as part of its feed.
A session has to be open for less than this long to be listed.
Usage
Used in the system of Data Feeds. This feed provides MergedWorldDataItemInterface as well as DataFeedEntity<World> and DataFeedEntity<SessionInfo> as part of its feed.
Examples
This feed is not currently used in official content.