Preloader

Utilities View source
Preloader

Source on GitHub

Functions

preloadAbility

public function preloadAbility(vararg int abilIds) returns boolean

Preloads the given abilitytype

preloadUnit

public function preloadUnit(vararg int unitIds) returns boolean

Preloads the given unittype

finishPreload

public function finishPreload()

If autoFinish is false you need to call this function manually

Constants

autoFinish

constant autoFinish = true

🔧 Configurable. Override it in your map’s config package.

Whether to finish preloading automatically