ProtoFlux:LocalFireWhileTrue

From Resonite Wiki
Revision as of 00:26, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Local Fire While True to ProtoFlux:LocalFireWhileTrue: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LocalFireWhileTrue
Condition
OnUpdate
Flow

Local Fire While True is a ProtoFlux node that will check Condition (bool) is true on the local machine rather on a specific user. Then the node will fire every game tick, sending impulses from OnUpdate (Call) on that specific user.

Inputs

Condition (bool)

The value to check on the local client on if it is true.

Outputs

OnUpdate (Call)

Will send an impulse very game tick while Condition (bool) is true on the local client. Will send the impulses from the local client.

Examples