ProtoFlux:SecondsTimer: Difference between revisions
From Resonite Wiki
More actions
Add more info, no longer stub |
add more clarification |
||
| Line 17: | Line 17: | ||
|}} | |}} | ||
Will pulse every | Will pulse every Interval ([[Type:Float|float]]) seconds from the UpdatingUser ([[Type:User|User]]) depending on SkipIfNull ([[Type:Nullable`1|Bool?]] -> [[Type:Bool|bool]])'s arguments. | ||
== Inputs == | == Inputs == | ||
Revision as of 18:29, 16 February 2024
Seconds Timer
null
∅
null
∅
Flow
Will pulse every Interval (float) seconds from the UpdatingUser (User) depending on SkipIfNull (Bool? -> bool)'s arguments.
Inputs
Interval (float)
How often in seconds should the node send an impulse from UpdatingUser (User) accounting for SkipIfNull (Bool? -> bool)'s arguments.
Outputs
OnUpdate (Call)
Sends an Impulse every Interval (float) seconds from the user depending on SkipIfNull (Bool? -> bool)'s arguments.
Globals
UpdatingUser (User)
The user to send impulses from and to simulate the timer.
If it should pulse for every user, or pulse for everyone if UpdatingUser (User) is null every Interval (float) seconds.
This field can be clicked on to change it's value.
Examples
-
Seconds Timer being used to make an object move every x seconds.