GetBaseNthRank

Revision as of 06:58, 16 September 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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