On Destroy
Events
On Destroy is a ProtoFlux node that sends an impulse out of Trigger whenever the node is destroyed. This can sometimes not fire code the way you want, since the code after the node may have already been destroyed. It is better practice to use On Destroying.
Inputs
OnlyHost (bool)
Checks the event on the host rather than on everyone.
Outputs
Trigger (Call)
Sends an Impulse when the node is destroyed.
Examples
-
On Destroy being used to activate just one node after it like a dynamic impulse.