(Formerly known as global function GetSaveSlotDescription, which is now obsolete)
static String Game.GetSaveSlotDescription(int slot)
Gets the text description of save game slot SLOT.
If the slot number provided does not exist, returns null.
Example:
String description = Game.GetSaveSlotDescription(10);
will get the description of save slot 10 into the variable.
See Also: DynamicSprite.CreateFromSaveGame,
RestoreGameSlot, SaveGameSlot
|