Difference between revisions of "GetGameLoaded"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Odessa
(see also)
Line 5: Line 5:
  |returnType = int
  |returnType = int
}}
}}
==See Also==
*[[GetGameRestarted]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Revision as of 10:24, 30 March 2014

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns 1 after a game is loaded on a per-script basis. For each script that calls GetGameLoaded, the command will return true exactly once each time the game is loaded and false thereafter.

Syntax

[help]
(int) GetGameLoaded


See Also