ProtoFlux:Seconds Timer: Difference between revisions

From Resonite Wiki
add seconds timer
 
More information about Timer behavior
Line 17: Line 17:
|}}
|}}


Will pulse every X seconds specified.
Will pulse every X seconds specified from the UpdatingUser if the User is provided.
 
If the UpdatingUser is not provided and SkipIfNull is Null or False, it will pulse for every user.


[[Category:ProtoFlux:Flow]]
[[Category:ProtoFlux:Flow]]

Revision as of 00:37, 15 January 2024

Seconds Timer
Interval
OnUpdate
UpdatingUser
null
SkipIfNull
null
Flow

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

If the UpdatingUser is not provided and SkipIfNull is Null or False, it will pulse for every user.