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.

GetNumLoadedPlugins

From the Oblivion ConstructionSet Wiki
Revision as of 23:56, 12 July 2008 by imported>Haama (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


A command for Oblivion Script Extender

Syntax:

(loadedPluginCount:short) GetNumLoadedPlugins

Returns the number of plugins currently loaded.

Notes[edit | edit source]

  • Used in conjunction with GetModIndex, this can be used to verify load order at run-time.

See Also[edit | edit source]