Difference between revisions of "GetGameLoaded"
Jump to navigation
Jump to search
imported>WereWolf |
imported>WereWolf |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
GetGameLoaded | (gameLoaded:bool) GetGameLoaded | ||
Returns true if a savegame has been loaded since the function was last called. | Returns true if a savegame has been loaded since the function was last called. |
Revision as of 03:57, 15 September 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.