GetBaseNumFactions

From GECK
Jump to: navigation, search


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.

Syntax

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

Example

int NumFactions

let NumFactions := SunnyREF.GetBaseNumFactions ; 6

See Also