[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
IsModLoaded
Revision as of 18:40, 31 August 2009 by imported>Arthmoor (Syntax not about quotation marks, added example use.)
A command for Oblivion Script Extender
Syntax:
(isLoaded:bool) IsModLoaded modName:string
Returns 1 if the specified .esp or .esm is currently loaded. String is case-insensitive but must include the file extension. The mod name must be enclosed in quotation marks.
Example:
Set mod to IsModLoaded "example.esp"