LoadGame
- Parameters
-
saveFileName string
doScoreScreen boolean
- bug
The filename seems to have some limitations:
- No underscores in campaign names.
- Shorter file names for savegames.
- Probably no dots in savegames or campaign names.
For more info see http://www.hiveworkshop.com/threads/map-transition-does-not-work-when-loading-a-custom-savegame.286927/.
- return type
nothing
- Source code
native LoadGame takes string saveFileName, boolean doScoreScreen returns nothing
- Source
- game.j
- wc3modding.com
- LoadGame