Difference between revisions of "IsModLoaded"

155 bytes added ,  10:43, 16 July 2014
added example + see also
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Odessa
(added example + see also)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Returns the whether the specified mod is loaded
  |summary = Returns the whether the specified mod is loaded.
  |name = IsModLoaded
  |name = IsModLoaded
  |returnType = int
  |returnType = bool
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
Line 10: Line 10:
   }}
   }}
}}
}}
==Example==
<pre>
if IsModLoaded "SomeKnownConflictingMod.esp"
    ; do some workaround
endif
</pre>
==See Also==
*[[GetModIndex]]
*[[GetNumLoadedMods]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]
Anonymous user