Difference between revisions of "GetLoadOrderChanged"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns 1 if the load-order has changed since the time the current loaded save was created. |name = GetLoadOrderChanged |returnType = l...")
 
imported>Jazzisparis
 
Line 7: Line 7:
}}
}}
==See Also==
==See Also==
*[[ValidateModIndex]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Utility Functions (JIP)]]
[[Category:Utility Functions (JIP)]]

Latest revision as of 15:41, 2 April 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the load-order has changed since the time the current loaded save was created.

Syntax

[help]
(loadOrderChanged:0/1) GetLoadOrderChanged

Example

GetLoadOrderChanged

See Also