GetNthModName
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the filename of the active mod loaded at the specified index as a string.
Syntax
(string) GetNthModName ModIndex:int
Example
string_var mod_2A let mod_2A := GetNthModName 42 ; mod_2A == "SomeFoxyModName.esp"
Note
- The index is specified as an int, not a hexadecimal string.
See Also
- GetModName
- GetModIndex (the reverse, to get the index from the name)
- GetSourceModIndex (get index for a form)
- GetNumLoadedMods
- GetModLocalData