Difference between revisions of "GetGameLoaded"
Jump to navigation
Jump to search
imported>WereWolf |
imported>Haama (Removed Record Variable Functions category) |
||
Line 17: | Line 17: | ||
[[Category:Miscellaneous Functions]] | [[Category:Miscellaneous Functions]] | ||
[[Category:Miscellaneous Functions (OBSE)]] | [[Category:Miscellaneous Functions (OBSE)]] | ||
Revision as of 23:31, 26 December 2007
A command for Oblivion Script Extender
Syntax:
(gameLoaded:bool) GetGameLoaded
Returns true if a savegame has been loaded since the function was last called.
Notes
- Calling this function resets the flag for the calling script only, which means that it will return true once for each script that calls it after a game has been loaded.