GetNthModName
Revision as of 15:43, 20 July 2014 by imported>Odessa (created)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the filename of the active mod loaded at the specified index.
Syntax
(string) GetNthModName ModIndex:int
Example
string_var mod_2A let mod_2A := GetNthModName 42
Note
- The index is specified as an int, not a hexadecimal string.
See Also
- GetModIndex (the reverse, to get the index from the name)
- GetNumLoadedMods
- GetModLocalData