GetSourceModIndex

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

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

Syntax

[help]
(int) GetSourceModIndex item:baseform 

Example

int iModIndex
set iModIndex to GetSourceModIndex SomeRef

See Also