GetModIndex
Revision as of 10:39, 16 July 2014 by imported>Odessa (added examples + see also)
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Returns the index of the specified mod.
Syntax
(int) GetModIndex modName:string
Example
int iIndex set iIndex to GetModIndex "MyModFileName.esp" PrintC "My mod version X.Y is loaded at decimal '%g' or hex '%x2'" iIndex, iIndex