LoadGame
- Parameters
saveFileName stringdoScoreScreen boolean- comment
- 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/.
- patch
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native LoadGame takes string saveFileName, boolean doScoreScreen returns nothing