ProtoFlux:SecondsTimer: Difference between revisions
From Resonite Wiki
More actions
unstub |
note about local user drive |
||
| Line 30: | Line 30: | ||
Sends a pulse at every <code>Interval</code> seconds from the <code>UpdatingUser</code>. | Sends a pulse at every <code>Interval</code> seconds from the <code>UpdatingUser</code>. | ||
This input can be [[drives|driven]] by a [[ProtoFlux:Local User|Local User]] node to generate impulses for every user. | |||
== Globals == | == Globals == | ||
Revision as of 19:28, 1 January 2025
Seconds Timer
null
∅
null
∅
Flow
The Seconds Timer node sends a pulse from the UpdatingUser at the specified interval of seconds.
Inputs
Interval (float)
The interval in seconds to send pulses at.
Outputs
OnUpdate (Call)
Sends a pulse at every Interval seconds from the UpdatingUser.
This input can be driven by a Local User node to generate impulses for every user.
Globals
UpdatingUser (User)
The user that the OnUpdate pulse will be generated from and owned by.
If True, no pulses will be generated if UpdatingUser is null. Otherwise, impulses will be generated by the host user if UpdatingUser is null.
Examples
See Also
- ProtoFlux:Update to generate an impulse every engine update.
- ProtoFlux:Updates Timer to generate an impulse at a specified interval of updates.
- ProtoFlux:Local Update to generate an impulse from every user every local engine update.