(One intermediate revision by one other user not shown)
Line 4:
Line 4:
}}
}}
The '''LegacyWorldListManager''' component is used in the old dash to manage the world list before the [[Component:WorldsDataFeed|WorldsDataFeed]] component was implemented.
The '''LegacyWorldListManager''' component is used in the old dash to manage the world list before the [[Component:WorldsDataFeed|WorldsDataFeed]] component was implemented.
{{UseDataFeeds|WorldsDataFeed}}
== Fields ==
== Fields ==
Line 28:
Line 30:
|SkipItems|Int| how many starter items to skip.
|SkipItems|Int| how many starter items to skip.
|EmptySessions|'''[[#EmptySessionFilter|LegacyWorldListManager.EmptySessionFilter]]'''|TypeAdv20=true| How to apply filters to empty sessions.
|EmptySessions|'''[[#EmptySessionFilter|LegacyWorldListManager.EmptySessionFilter]]'''|TypeAdv20=true| How to apply filters to empty sessions.
|IncompatibleSessions|Bool|
|IncompatibleSessions|Bool| Whether to show incompatible sessions due to game version number/plugins.
|OnlyHeadlessHosts|Bool| Whether to only Show headless worlds.
|OnlyHeadlessHosts|Bool| Whether to only Show headless worlds.
|MinimumTotalUsers|Int| The minimum amount of users in order for it to show up in the list.
|MinimumTotalUsers|Int| The minimum amount of users in order for it to show up in the list.
|OnItemHover:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when an item is hovered over in the list.
}}
}}
Latest revision as of 14:10, 7 April 2025
This article describes a feature marked as legacy—this usually means there's a newer, better alternative. Legacy features might not be removed but they will not be updated, and the team will not provide any support for them.
Component image
Legacy World List Manager component as seen in the Scene Inspector
The LegacyWorldListManager component is used in the old dash to manage the world list before the WorldsDataFeed component was implemented.