ProtoFlux:Seconds Timer

From Resonite Wiki
Revision as of 18:29, 16 February 2024 by 989onan (talk | contribs) (Add more info, no longer stub)
Seconds Timer
Interval
OnUpdate
UpdatingUser
null
SkipIfNull
null
Flow

Will pulse every X seconds specified from the UpdatingUser (User) if UpdatingUser (User) is provided.

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.

SkipIfNull (Bool? -> bool)

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