GetBaseNthFaction

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the Nth faction of the baseform of the calling reference or specified form. The order of factions matches that of GetBaseNthRank.

Syntax

[help]
(faction) actor.GetBaseNthFaction NthFaction:int Target:actor-character-creature 

Example

ref rFaction

let rFaction := SunnyREF.GetBaseNthFaction 1

See Also