IsModLoaded

From the Fallout3 GECK Wiki
Revision as of 11:43, 16 July 2014 by imported>Odessa (added example + see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the whether the specified mod is loaded.

Syntax

[help]
(bool) IsModLoaded modName:string

Example

if IsModLoaded "SomeKnownConflictingMod.esp"
    ; do some workaround
endif

See Also