The '''WorldLink''' component is used to set the [[World|world]] information, either to use as a way to jump to different worlds or to pre-load worlds.
|CreateIfNotExists|{{RootFieldType|SyncDelegate`1|[[Type:WorldCreator|WorldCreator]]}}|TypeAdv2=true| If the world we are going to does not exist, then make one.
|WorldRelation|WorldRelation|
|WorldRelation|'''[[Component:Userspace#WorldRelation|Userspace.WorldRelation]]'''|TypeAdv3=true| The relation of the world.
|AutoFocus|Bool|
|AutoFocus|Bool| After the world loads, focus to this world automatically.
|GetExisting|Bool|
|GetExisting|Bool| If a world we are looking for already exists, then don't make a new one and then optionally focus onto it.
}}
}}
<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
* This can be combined with the [[Component:ButtonWorldLink|ButtonWorldLink]] component to setup a button for loading a world for a user.
* This can be hooked up into [[ProtoFlux]] with the [[ProtoFlux:Open World|Open World]] or [[ProtoFlux:Focus World|Focus World]] nodes to open or jump to another world.