IsModLoaded
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
(bool) IsModLoaded modName:string
Example
if IsModLoaded "SomeKnownConflictingMod.esp" ; do some workaround endif