Difference between revisions of "GetNthFactionRankName"
Jump to navigation
Jump to search
imported>Odessa (Created. Source OBSE docs) |
imported>Odessa m (Typo) |
||
Line 22: | Line 22: | ||
</pre> | </pre> | ||
==See Also== | ==See Also== | ||
*[[ | *[[SetNthFactionRankNameEX]] | ||
*[[GetFactionRankNames]] | *[[GetFactionRankNames]] | ||
*[[GetFactionRankFemaleNames]] | *[[GetFactionRankFemaleNames]] |
Latest revision as of 06:16, 21 August 2014
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the title of the nth rank in faction. By default returns the male title, the optional boolean argument returns the female one. Added by NVSE 4.1.
Syntax
(RankName:string) GetNthFactionRankName Target:faction WhichRank:int Female:bool
Example
string_var rank_name let rank_name := GetNthFactionRankName KadathFaction, 3