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

ProtoFlux:NotifyModified: Difference between revisions

From Resonite Wiki
Created a page for the Notify Modifed node.
m YoshBot moved page ProtoFlux:Notify Modified to ProtoFlux:NotifyModified: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 29: Line 29:
=== Next ([[Impulses|Continuation]]) ===
=== Next ([[Impulses|Continuation]]) ===


Continue the code form here.
Continue the code from here.


[[Category:ProtoFlux:Utility]]
[[Category:ProtoFlux:Utility]]

Latest revision as of 00:28, 21 August 2025

Notify Modified
*
Next
ModifiedComponent
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

Continue the code from here.