GetGameLoaded
Revision as of 07:18, 25 December 2022 by 213.134.171.206 (talk)
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[edit | edit source]
- Returns true once per script, not per object. If you have 2 objects with the same script, GetGameLoaded will return true for only one of them. And if the script uses GetGameLoaded more than once, it will return true for only the first use.