GetBaseNthRank

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 the Nth faction rank of the baseform of the calling reference or specified form. The order of ranks returned matches that of GetBaseNthFaction.

Syntax

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

Example

int iRank

let iRank := SunnyREF.GetBaseNthRank 1

See Also