ProtoFlux:Seconds Timer

From Resonite Wiki
Revision as of 21:01, 24 December 2024 by Yosh (talk | contribs) (unstub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Seconds Timer
Interval
OnUpdate
UpdatingUser
null
SkipIfNull
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.

Globals

UpdatingUser (User)

The user that the OnUpdate pulse will be generated from and owned by.

SkipIfNull (Bool? -> bool)

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