ProtoFlux:FireOnLocalTrue: Difference between revisions

From Resonite Wiki
Create Fire On Local True ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Fire On Local True to ProtoFlux:FireOnLocalTrue: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 33: Line 33:


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

Latest revision as of 23:52, 20 August 2025

FireOnLocalTrue
Condition
OnChange
Flow

Fire On Local True is a ProtoFlux node that will check for when a boolean becomes true 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

Condition (Generic)

The boolean to check for if it has turned true on the local machine.

Outputs

OnChange (Call)

Fires when Condition (Generic) turns true on the local client.

Examples