Created a page for the Notify Modifed node. |
TheAutopilot (talk | contribs) m fixed spelling error |
||
Line 29: | Line 29: | ||
=== Next ([[Impulses|Continuation]]) === | === Next ([[Impulses|Continuation]]) === | ||
Continue the code | Continue the code from here. | ||
[[Category:ProtoFlux:Utility]] | [[Category:ProtoFlux:Utility]] |
Latest revision as of 21:43, 11 May 2025
Notify Modified
Utility
The Notify Modified
node takes in an IComponent, and when called will invoke the NotifyModified
method on the input Component. Used for components which implement IModifiedEventReceiver like GridContainerPreset and Workspace.
Inputs
* (Call)
Calls an impulse to check if a component was modified.
ModifiedComponent (IComponent)
The component to check.
Outputs
Next (Continuation)
Continue the code from here.