ProtoFlux:On Loaded: Difference between revisions

From Resonite Wiki
TODO: Does this node fire as well as on start or only when part of a spawned object?
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:


TODO: Does this node fire as well as on start or only when part of a spawned object?
TODO: Does this node fire as well as on start or only when part of a spawned object?
TODO: Does this node fire when the entire node group this is connected to is loaded? or all of them? or just this one node?


== Outputs ==
== Outputs ==
Line 16: Line 18:
=== Trigger ([[Impulses|Call]]) ===
=== Trigger ([[Impulses|Call]]) ===


Sends an Impulse when the node is loaded.
Sends an Impulse when the node is loaded. This Impulse is owned by the allocating user.


== Examples ==
== Examples ==

Latest revision as of 22:56, 27 May 2024

On Loaded
Trigger
Events

On Loaded is a ProtoFlux node that sends an impulse out of Trigger whenever the node is loaded.

TODO: Does this node fire as well as on start or only when part of a spawned object?

TODO: Does this node fire when the entire node group this is connected to is loaded? or all of them? or just this one node?

Outputs

Trigger (Call)

Sends an Impulse when the node is loaded. This Impulse is owned by the allocating user.

Examples