GetBaseNthRank

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the Nth faction rank of the base form 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