TrustedUser
574
edits
(Remove "Already" from the notes as not good English syntax.) |
(→Loading/Saving during run time: Split implementation notes to be clearer.) |
||
Line 206: | Line 206: | ||
<syntax type="C++"> virtual Common::Error loadGameState(int slot); | <syntax type="C++"> virtual Common::Error loadGameState(int slot); | ||
virtual bool canLoadGameStateCurrently(); | virtual bool canLoadGameStateCurrently(); | ||
virtual Common::Error saveGameState(int slot, const Common::String &desc); | |||
kSupportsLoadingDuringRuntime feature flag</syntax> | |||
:'''Implemented by:''' [[AGI]], [[Cine]], [[Draci]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[Tinsel]], [[TeenAgent]], [[Toon]], [[Touche]], [[Tucker]] | |||
:'''Not implemented by:''' [[AGOS]], [[CruisE]], [[Drascula]], [[Gob]], [[Groovie]], [[Lastexpress]], [[Lure]], [[MADE]], [[Parallaction]], [[Queen]], [[Sword2]], [[Sword25]], [[Touche]] | |||
<syntax type="C++"> virtual Common::Error saveGameState(int slot, const Common::String &desc); | |||
virtual bool canSaveGameStateCurrently(); | virtual bool canSaveGameStateCurrently(); | ||
kSupportsSavingDuringRuntime feature flag</syntax> | kSupportsSavingDuringRuntime feature flag</syntax> | ||
'''Implemented by:''' | :'''Implemented by:''' [[AGI]], [[Cine]], [[Draci]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[TeenAgent]], [[Toon]], [[Touche]], [[Tucker]] | ||
'''Not implemented by:''' | :'''Not implemented by:''' [[AGOS]], [[CruisE]], [[Drascula]], [[Gob]], [[Groovie]], [[Lastexpress]], [[Lure]], [[MADE]], [[Parallaction]], [[Queen]], [[Sword2]], [[Sword25]], [[Touche]], [[Tinsel]] | ||
==Misc== | ==Misc== |