GetBaseNthRank

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the Nth faction rank of the baseform of the calling reference or specified form. The order of ranks returned matches that of GetBaseNthFaction.

Syntax

(int) actor.GetBaseNthRank NthFaction:int Target:actor-character-creature

Example

int iRank

let iRank := SunnyREF.GetBaseNthRank 1

See Also