On Saving
Events
On Saving is a ProtoFlux node that sends an impulse out of Trigger whenever the node is being saved with a world or item, and will execute before the save excluding async tasks.
Outputs
Trigger (Call)
Sends an Impulse when the node is being saved with a world or item.
Examples
-
On Saving being used to reset a value of an item before save, kind of like making a value non persistent.