public function preloadAbility(vararg int abilIds) returns boolean
Preloads the given abilitytype
public function preloadUnit(vararg int unitIds) returns boolean
Preloads the given unittype
public function finishPreload()
If autoFinish is false you need to call this function manually
constant autoFinish = true
🔧 Configurable. Override it in your map’s config package.
Whether to finish preloading automatically