# Set Score Timer

FlagsNative | Action

Sets Score timer used when sending a score report

# Arguments

  • timer — Score Timer

Returns — void

native void SetScoreTimer(timer inTimer);

Category: Timer / Timers

# Examples

# mods/heroesbrawlmods/arenamodemods/arenamode.stormmod

LibAREN.galaxy

// L94
SetScoreTimer(libGame_gv_gobalTimer)

# mods/heroesdata.stormmod

HeroesLib.galaxy

// L4806
SetScoreTimer(libGame_gv_gameTimer)