GetSourceModIndex

Revision as of 17:34, 21 July 2014 by imported>Odessa (expanded)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the index (load order) of the mod to which the specified form belongs.

Syntax

(int) GetSourceModIndex item:ref

Example

int iModIndex
set iModIndex to GetSourceModIndex SomeRef

See Also