Most recent edit on 2004-02-25 14:09:22 by MiKail
Additions:
Autosaves a campaign.
Note
Only works in Campaign mode.
A "game saved" message will be displayed on the screen.
The string "Autosave_" will be always be appended to the beginning of the description.
Deletions:
Autosaves a campaign. Only works in Campaign mode. A "game saved" message will be displayed on the screen.
Edited on 2004-02-25 14:07:19 by MiKail
Additions:
local saveId = 1
Campaign_QuickSaveNb(saveId, "M01 %d Mission Start")
Note: the output, in the example above, would be "AutoSave_M01 1 Mission Start".
<iId>: if the description contains the string "%d" somewhere within it, then <iId> will be inserted in the place of "%d".
Deletions:
<iId>: if the description contains the string "%d" somewhere in it, then <iId> will be inserted.
Edited on 2004-02-24 05:58:35 by MiKail
Additions:
<iId>: if the description contains the string "%d" somewhere in it, then <iId> will be inserted.
Deletions:
<iId>: if description contains "%d", then <iId> will be inserted.
Edited on 2004-02-24 05:58:10 by MiKail
Additions:
<iId>: if description contains "%d", then <iId> will be inserted.
Deletions:
<iId>: if description contains %d, then <iId> will be inserted.
Edited on 2004-02-24 05:58:01 by MiKail
Additions:
<iId>: if description contains %d, then <iId> will be inserted.
Deletions:
<iId>: if description contains d character, then id will be inserted.
Edited on 2004-02-24 05:56:50 by MiKail
Additions:
Discussion:
function help
Edited on 2004-02-22 21:47:11 by MiKail
Deletions:
- Event
Edited on 2004-02-22 21:46:20 by MiKail
Additions:
Campaign_QuickSaveNb(<iId>, <sDescription>)
Description
Autosaves a campaign. Only works in Campaign mode. A "game saved" message will be displayed on the screen.
Example
Arguments
<sDescription>: raw string or localization ID.
<iId>: if description contains d character, then id will be inserted.
Scope
Related Pages:
Deletions:
To be filled in later. -Thought
Oldest known version of this page was edited on 2003-10-21 20:08:16 by ThoughtProcess []
Page view:
To be filled in later. -
Thought