Difference between revisions of "GetGameLoaded"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Scruggs
 
imported>Scruggs
Line 9: Line 9:
* 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.
* 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.


[[Category:OBSE Functions]] [[Category:OBSE Flow Control Functions]] [[Category:OBSE Miscellaneous Functions]]
[[Category:OBSE Functions]]  
[[Category:OBSE Flow Control Functions]] [[Category:OBSE Miscellaneous Functions]]

Revision as of 12:19, 11 December 2006

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.