IsModLoaded

From the Fallout3 GECK Wiki
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