GetBaseNumFactions

Revision as of 16:00, 17 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 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