GetFactionRankNames

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns an array containing all the male rank names of the specified faction. Note that most factions in Fallout New Vegas do not have names. Added by NVSE 4.5.

Syntax

[help]
(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

See Also