IsModLoaded

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns whether the specified mod is loaded.

Syntax

[help]
(bool) IsModLoaded modName:string 

Example

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

See Also