Skip to content

Function; Timer_Resume

Cloaked edited this page Jun 10, 2020 · 1 revision

Timer_Resume(<Index>)

Description

Resumes the countdown of a timer that has been paused.
Note: the function does not check whether the timer has been paused or not, and will mess up the countdown if it is already running. It is wise to update a flag each time the timer is paused/run, and then verify it before calling the function. -SunTzu.
Note: this function is defined in "\Homeworld2\Data\scripts\scar\scar_util.lua".

Example

Arguments

<Index>: the index (integer or string) within the timer table.

Related Pages

Function Reference

SCAR (SCripting at Relic) Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

Clone this wiki locally