CheckSaveGame (Kernel)¶
-
CheckSaveGame
(gameName slotNumber)¶
-
CheckSaveGame
(gameName slotNumber gameVersion) Checks to see if a particular saved game can be loaded.
Parameters: - gameName (string) – The user-specified name of the game.
- slotNumber (number) – The game slot.
- gameVerision (string) – Optional parameter.
Returns: TRUE on success, FALSE on fail.
Note
This makes sure the saved game exists, is valid, and matches the gameName and gameVersion.