ProtoFlux:Focus World: Difference between revisions

From Resonite Wiki
Some corrections.
Added a link. Added note.
Line 16: Line 16:
|}}
|}}


The <code>Focus World</code> node allows a user to focus on a world by giving it a ressession link as the Uri/Url. If the world exists (as in, already opened for the user, or available as a headless) it will work as expected. If there is no world that is open already that the ressession link is referring to, it will fail.
The <code>Focus World</code> node allows a user to focus on a world by giving it a ressession link as the [[Type:Uri|Url]]. If the world exists (as in, already opened for the user, or available as a headless) it will work as expected. If there is no world that is open already that the ressession link is referring to, it will fail.


Headless worlds would normally have a SessionID that is consistent that you can use to make into a resession link, allowing you to open and join these worlds with ease.
Headless worlds would normally have a SessionID that is consistent that you can use to make into a resession link, allowing you to open and join these worlds with ease.


This node is also useful when making [[Exit Strategy|Exit Strategies]], as you can set it up to where if the world is valid to focus, you can close the current world, and have the node continue from here to play a particle effect, a sound, and much more.
This node is also useful when making [[Exit Strategy|Exit Strategies]], as you can set it up to where if the world is valid to focus, you can close the current world, and have the node continue from here to play a particle effect, a sound, and much more.
{{Note|If you are the [[ProtoFlux:Host User|Host User]], closing the world with this node will '''not''' work (it will just defocus you instead). There is a bug that if you just saved the world, while it is syncing, then close this world using this node, it will close the world for everyone.|information}}


== Inputs ==
== Inputs ==

Revision as of 02:48, 8 July 2024

Focus World
*
OnNotFound
URL
OnFocused
WorldLink
CloseCurrent
World

The Focus World node allows a user to focus on a world by giving it a ressession link as the Url. If the world exists (as in, already opened for the user, or available as a headless) it will work as expected. If there is no world that is open already that the ressession link is referring to, it will fail.

Headless worlds would normally have a SessionID that is consistent that you can use to make into a resession link, allowing you to open and join these worlds with ease.

This node is also useful when making Exit Strategies, as you can set it up to where if the world is valid to focus, you can close the current world, and have the node continue from here to play a particle effect, a sound, and much more.

If you are the Host User, closing the world with this node will not work (it will just defocus you instead). There is a bug that if you just saved the world, while it is syncing, then close this world using this node, it will close the world for everyone.

Inputs

* (AsyncCall)

Calls from an impulse to begin focusing a world.

URL (Uri)

The ressession link needed to focus a world.

WorldLink (IWorldLink)

The world link (not necessary for focusing a world).

CloseCurrent (bool)

Should this node close the current world after we focus to a different world.

Outputs

OnNotFound (Continuation)

Fires when there is no world to focus on or the world link is not valid.

OnFocused (AsyncCall)

Fires when we successfully focus a world (and only fires in that current world, not the world we are focusing to).