SC2Mapster Wiki
Advertisement

Timer Windows[ | ]

Elapsed Time Of Timer[ | ]

  • Function. Returns the amount of time that has elapsed for the specified timer.

Remaining Time Of Timer[ | ]

  • Function. Returns the remaining amount of time left on the specified timer.

Create Timer Window[ | ]

  • Action. Creates a new timer window for the timer. After creation the timer window must be shown for it to appear. Use "Show/Hide Timer Window" to show the window.

Destroy Timer Window[ | ]

  • Action. Destroys the specified timer window.

Last Created Timer Window[ | ]

  • Function. Returns the last timer window created using the "Create Timer Window" action.

Reset Timer Window Position[ | ]

  • Action. Moves the timer window to the default position along the right edge of the screen.

Set Timer Window Color[ | ]

  • Action. Sets the color and transparency for the specified timer window.

Set Time Format For Timer Window[ | ]

  • Action. Sets the time format for the specified timer.

Set Gap Width For Timer Window[ | ]

  • Action. Sets the width of the gap between the title and time text when using horizontal styles.

Move Timer Window[ | ]

  • Action. Moves the timer window to the specified screen position. The X coordinate corresponds to the right side of the timer window.

Set Style For Timer Window[ | ]

  • Action. Sets or changes the style of the specified timer window.

Set Timer For Timer Window[ | ]

  • Action. Sets the timer for the specified timer window.

Set Title For Timer Window[ | ]

  • Action. Sets the title text for the specified timer window.

Show/Hide Timer Window[ | ]

  • Action. Shows or hides the specified timer window.

Timer Window Is Visible[ | ]

  • Function. Returns ture if the timer window is visible for the specified player.

Timers[ | ]

Triggering Timer[ | ]

  • Function. Returns the timer that set off a trigger's "Timer Expires" event.

New Timer[ | ]

  • Action. Creates a new timer.

Duration Of Timer[ | ]

  • Function. Returns the duration left of the timer.

Timer Is Paused[ | ]

  • Function. Returns true if the timer has been paused.

Last Started Timer[ | ]

  • Function. Returns the last timer started via a "Start Timer" action in the trigger.

Pause/Unpause Timer[ | ]

  • Action. Pauses or resumes a timer.

Restart Timer[ | ]

  • Action. Restarts the timer specified to it's original time.

Start Timer[ | ]

  • Action. Starts a timer, which will automatically count down from the given duration as the game runs. A repeating timer will restart itself whenever it expires (reaches 0 remaining time).
Advertisement