Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Category:ProtoFlux:Flow:Events: Difference between revisions

Category page
Cleaning ProtoFlux Categories
m fixed a typo
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|On Activated|| Fires when this node's hierarchy is enabled.
|OnActivated|| Fires when this node's hierarchy is enabled.
|On Deactivated|| Fires when this node's hierarchy is disabled.
|OnDeactivated|| Fires when this node's hierarchy is disabled.
|On Destroy|| Fired upon the destruction of the node.
|OnDestroy|| Fired upon the destruction of the node.
|On Destroying|| Fires when the node is marked for destruction in the next game tick.
|OnDestroying|| Fires when the node is marked for destruction in the next game tick.
|On Duplicate|| Fires when the node under something duplicated
|OnDuplicate|| Fires when the node's hierarchy is duplicated.
|On Loaded|| Fires when the node has initialized and compiled.
|OnLoaded|| Fires for the allocating user (excluding duplication).
|On Paste|| Fires when the node is under something pasted (Ex: Via ResRec URI)
|OnPaste|| Fires when the node is under something pasted (Ex: Via ResRec URI).
|On Saving|| Fires on the game tick before the item is saved with the world or to inventory.
|OnSaving|| Fires on the game tick before the item is saved with the world or to inventory.
|On Start|| Only Fires if the node is loaded with the world save in a new session. (Ex: Previously saved in the world)
|OnStart|| Fires when it starts existing for the local user.
}}
}}
[[Category:ProtoFlux:Flow]]
[[Category:ProtoFlux:Flow]]

Latest revision as of 16:39, 22 December 2025

Nodes
Node Name Description
OnActivated Fires when this node's hierarchy is enabled.
OnDeactivated Fires when this node's hierarchy is disabled.
OnDestroy Fired upon the destruction of the node.
OnDestroying Fires when the node is marked for destruction in the next game tick.
OnDuplicate Fires when the node's hierarchy is duplicated.
OnLoaded Fires for the allocating user (excluding duplication).
OnPaste Fires when the node is under something pasted (Ex: Via ResRec URI).
OnSaving Fires on the game tick before the item is saved with the world or to inventory.
OnStart Fires when it starts existing for the local user.