ProtoFlux:Notify Modified

From Resonite Wiki
Revision as of 08:33, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Notify Modifed node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Next (Continuation)

Continue the code form here.