Difference between revisions of "GetModIndex"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
m (Not a specific object)
imported>QQuix
(Added GetSourceModIndex to see also)
 
Line 9: Line 9:
== See Also ==
== See Also ==
* [[IsModLoaded]]
* [[IsModLoaded]]
* [[GetSourceModIndex ]]


[[Category: Functions]]
[[Category: Functions]]

Latest revision as of 10:17, 15 July 2016


A command for Oblivion Script Extender

Syntax:

(index:short) GetModIndex modName:string

Returns the mod index of the specified plugin. This is equivalent to the first two digits of an object's FormID.

See Also[edit | edit source]