SaveGameCheckPointBJ
- Parameters
mapSaveName stringdoCheckpointHint boolean- comment
- patch
1.32.0.13369
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
nothing- Source code
function SaveGameCheckPointBJ takes string mapSaveName, boolean doCheckpointHint returns nothing call SaveGameCheckpoint(mapSaveName, doCheckpointHint) endfunction