Create Local Fire While True ProtoFlux Node Page |
m YoshBot moved page ProtoFlux:Local Fire While True to ProtoFlux:LocalFireWhileTrue: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:26, 21 August 2025
LocalFireWhileTrue
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
-
Local Fire While True being used in a ProtoFlux code.