# Set Timer For Timer Window

Grammar — Set timer for window|Timer Window to timer
FlagsNative | Action

Sets the timer for the specified timer window.

# Arguments

  • int [ preset::TimerWindow ] — Window
  • timer — Timer

Returns — void

native void TimerWindowSetTimer(
	int inWindow,
	timer inTimer,
);

Category: Timer / Timer Windows

# Examples

# mods/starcoop/starcoop.sc2mod

LibCOUI.galaxy

// L5125
TimerWindowSetTimer(lp_window, lp_timer)
// L8791
TimerWindowSetTimer(TimerWindowLastCreated(), TimerLastStarted())