GetFactionRankNames
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns an array containing all the male rank names (as strings) of the specified Faction. Note that most factions in Fallout: New Vegas do not have names.
Syntax
(array) GetFactionRankNames Target:faction
Example
array_var Rank_Names let Rank_Names := GetFactionRankNames VBrotherhoodOfSteelFaction
Ar_Dump Rank_Names would print:
** Dumping Array #18 ** Refs: 1 Owner 0B: nvse-test.esp [ 0.000000 ] : Initiate [ 1.000000 ] : Senior Initiate [ 2.000000 ] : Apprentice [ 3.000000 ] : Journeyman Scribe or Knight [ 4.000000 ] : Scribe or Knight [ 5.000000 ] : Senior Scribe or Knight [ 6.000000 ] : Paladin [ 7.000000 ] : Head Scribe, Knight, or Paladin [ 8.000000 ] : Elder