GetNumRanks

From the Fallout3 GECK Wiki
Revision as of 06:53, 16 September 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the number of ranks for the specified faction. Added by NVSE 4.5.

Syntax

[help]
(int) GetNumRanks Target:faction

Example

int NumRanks

let NumRanks := GetNumRanks VBrotherhoodOfSteelFaction

See Also