ProtoFlux:On Destroying

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

On Destroying is a ProtoFlux node that sends an impulse out of Trigger whenever the node is marked for destruction. This will not preserve Async tasks, as since those create delays they will be destroyed before execution of the task finishes.

Inputs

OnlyHost (bool)

Checks the event on the host rather than on everyone.

Outputs

Trigger (Call)

Sends an Impulse when the node is marked for destruction which may include all the rest of the code, but nothing is destroyed yet.

Examples