<languages></languages>{{Note|This is about the WorldOrb [[Component]], for usage on the in game item see: [[World Orb]].|warning}}
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Line 6:
Line 7:
|Name=World Orb
|Name=World Orb
}}
}}
For full usage see [[World Orb]].
<!--T:3-->
<!--T:3-->
Line 28:
Line 28:
|LongPressTriggered|{{RootFieldType|SyncDelegate`1|[[Type:Action`1|Action`1]]<[[Component:WorldOrb|WorldOrb]]>}}|TypeAdv15=true| The Sync delegate to trigger when long pressing. Passes this component as an argument to the Sync delegate.
|LongPressTriggered|{{RootFieldType|SyncDelegate`1|[[Type:Action`1|Action`1]]<[[Component:WorldOrb|WorldOrb]]>}}|TypeAdv15=true| The Sync delegate to trigger when long pressing. Passes this component as an argument to the Sync delegate.
|_lastFetchedUrl|Uri| The last URL fetched for this world.
|_lastFetchedUrl|Uri| The last URL fetched for this world.
|_isReadOnly|Bool|
|_isReadOnly|Bool| The target world is a read only world, no saving.
|_orbRoot|Slot| The slot storing the world orb visual.
|_orbRoot|Slot| The slot storing the world orb visual.
|_infoRoot|Slot| The slot storing the text visual for information about the world.
|_infoRoot|Slot| The slot storing the text visual for information about the world.
|CustomWorldStart:[[Type:Action`1|Action`1]]<[[Component:NewWorldDialog|NewWorldDialog]]>|[[Type:Action`1|Action`1]]<[[Component:NewWorldDialog|NewWorldDialog]]>|true| Handles when the user asks to open a custom world.
|OnStartNewSession:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user starts a new session with default settings.
|OnStartCustomSession:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to open a custom session.
|OnJoinSession:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when a user joins the target session.
|OnEditMetadata:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when a user asks to edit the metadata.
|OnCancelMenu:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user cancels an action in a menu.
|OnCloneWorld:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to make a clone of the world.
|OnDeleteWorld:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to delete a world.
|OnReallyDeleteWorld:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to truely delete a world.
|OnOverwrite:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:WorldOrb|WorldOrb]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:WorldOrb|WorldOrb]]>|true| Handles when the user does a save overwrite.
}}
}}
Latest revision as of 05:13, 6 November 2025
This is about the WorldOrb Component, for usage on the in game item see: World Orb.