Difference between revisions of "GetNthModName"
m
no edit summary
imported>Odessa (created) |
imported>Odessa m |
||
Line 12: | Line 12: | ||
string_var mod_2A | string_var mod_2A | ||
let mod_2A := GetNthModName 42 | let mod_2A := GetNthModName 42 | ||
; mod_2A == "SomeFoxyModName.esp" | |||
</pre> | </pre> | ||
==Note== | ==Note== | ||
Line 17: | Line 19: | ||
==See Also== | ==See Also== | ||
*[[GetModIndex]] (the reverse, to get the index from the name) | *[[GetModIndex]] (the reverse, to get the index from the name) | ||
*[[GetSourceModIndex]] (get index for a form) | |||
*[[GetNumLoadedMods]] | *[[GetNumLoadedMods]] | ||
*[[GetModLocalData]] | *[[GetModLocalData]] |