The search keyword must be a single word (no spaces).
Function InitBlizzard
- Line
- 10466
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 10466 | function InitBlizzard takes nothing returns nothing |
| 10467 | // Set up the Neutral Victim player slot, to torture the abandoned units
|
| 10468 | // of defeated players. Since some triggers expect this player slot to
|
| 10469 | // exist, this is performed for all maps.
|
| 10470 | call ConfigureNeutralVictim() |
| 10471 | |
| 10472 | call InitBlizzardGlobals() |
| 10473 | call InitQueuedTriggers() |
| 10474 | call InitRescuableBehaviorBJ() |
| 10475 | call InitDNCSounds() |
| 10476 | call InitMapRects() |
| 10477 | call InitSummonableCaps() |
| 10478 | call InitNeutralBuildings() |
| 10479 | call DetectGameStarted() |
| 10480 | endfunction
|