Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: Dendrobats on October 22, 2012, 09:02:56 PM

Title: Check if game is savad
Post by: Dendrobats on October 22, 2012, 09:02:56 PM
Hello,

How to make continue button that apears only in game is saved before?
Title: Re: Check if game is savad
Post by: piere on October 23, 2012, 02:59:31 AM
Do you have the Wintermute Beta? It can do this automatically
Title: Re: Check if game is savad
Post by: VEn0m on October 23, 2012, 04:06:11 AM
Try this:

IsSaveSlotUsed(Slot)
Queries whether a given save slot is in use.

Parameters
Slot  Number of the save slot to be tested.

Return value
If the save slot is already in use, the return value is true.
Title: Re: Check if game is savad
Post by: Dendrobats on October 23, 2012, 07:59:53 PM
Thanks a lot!
Will try tomorrow.