GetGameLoaded
Revision as of 12:19, 11 December 2006 by imported>Scruggs
Requires OBSE v0009 or higher.
Syntax:
if ( GetGameLoaded )
Returns true if a savegame has been loaded since the function was last called.
Notes:
- It seems that checking this function resets the flag, so it may be the case that if more than one script tries to call it, only the first call will return true.