GetBaseNumFactions

< [[::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

(int) Actor.GetBaseNumFactions Target:NPC

Example

int NumFactions

let NumFactions := SunnyREF.GetBaseNumFactions ; 6

See Also