Skip to content

Timer Check Done

Check whether a Timer has completed.

Parameters

Parameter Description
Timer The Timer variable to check.

What It Does

  • Tests whether the timer has finished counting down.
  • Supports normal conditional action behavior, including checking every frame.
  • Updates the action progress value using the timer's normalized progress.

Notes

  • A timer is only considered done after it has been started.
  • This action is useful when you want a state to keep watching a timer until it completes.