GetBaseNumFactions

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 number of factions to which the base form of the calling reference or specified NPC belongs. Added by NVSE 4.5.

Syntax

[help]
(int) Actor.GetBaseNumFactions Target:NPC

Example

int NumFactions

let NumFactions := SunnyREF.GetBaseNumFactions ; 6

See Also