ProtoFlux:FireOnLocalChange: Difference between revisions

From Resonite Wiki
Create Fire On Local Change ProtoFlux Node Page
 
cat
Line 33: Line 33:


[[Category:ProtoFlux:Flow]]
[[Category:ProtoFlux:Flow]]
[[Category:Listener nodes]]

Revision as of 01:22, 13 April 2025

FireOnLocalChange
Value
OnChange
Flow

Fire On Local Change is a ProtoFlux node that will check for changes on the current machine, rather on a specific user. This is useful for things that you want to happen instantly for a client and are time sensitive (Ex: a video creating particle effect like a Meta Meme)

Inputs

Value (Generic)

The value or reference to monitor for changes on the local machine.

Outputs

OnChange (Call)

Fires when Value (Generic) changes on the local client.

Examples