GetNumLoadedPlugins

From The Elder Scrolls Construction Set Wiki

A command for Oblivion Script Extender

Syntax:

(loadedPluginCount:short) GetNumLoadedPlugins

Returns the number of plugins currently loaded.

[edit] Notes

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

[edit] See Also