GetFactionRankFemaleNames

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns an array containing all the female rank names (as strings) of the specified Faction. Note that most factions in Fallout: New Vegas do not have rank names.

Syntax

[help]
(array) GetFactionRankFemaleNames Target:actor 

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