ProtoFlux:OnStart: Difference between revisions

From Resonite Wiki
No edit summary
m YoshBot moved page ProtoFlux:On Start to ProtoFlux:OnStart: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:
=== Trigger ([[Impulses|Call]]) ===
=== Trigger ([[Impulses|Call]]) ===


Sends a pulse when the node starts, this can be triggered from the node being duplicated or spawned.
Sends a pulse when the node starts, this can be triggered from the node being duplicated, the node being spawned, or a user joining the session.


== Examples ==
== Examples ==

Latest revision as of 00:29, 21 August 2025

On Start
OnlyHost
Trigger
Events

The On Start ProtoFlux node triggers on the start of that instance of the node's existence for the local user.

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

Inputs

OnlyHost (bool)

If enabled, Trigger will only fire for the host.

Outputs

Trigger (Call)

Sends a pulse when the node starts, this can be triggered from the node being duplicated, the node being spawned, or a user joining the session.

Examples