Difference between revisions of "GetModIndex"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
m (Not a specific object)
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 ==

Revision as of 22:58, 12 July 2008


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