Difference between revisions of "GetModIndex"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>QQuix
(Added GetSourceModIndex to see also)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
  (index:short) GetModIndex modName:string
  (index:short) GetModIndex modName:string


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


== 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]