ProtoFlux:On Start

From Resonite Wiki
Revision as of 18:55, 17 February 2024 by 989onan (talk | contribs) (Create On Start ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
On Start
OnlyHost
Trigger
Events

On Start is a ProtoFlux node that is only loaded with the world save in a new session. (Ex: Previously saved in the world).

To check if a user joined, use User Joined instead of this node.

Inputs

OnlyHost (bool)

If enabled, Trigger will only fire when the host has just started the session and loaded this node. Else, the code will fire for each new person joining the session with this node in it.

Outputs

Trigger (Call)

Sends an Impulse when the node is part of a world already and is loaded by someone or the host according to OnlyHost (bool). The node has to be part of the world already.

Examples