GetCombatAllies

From the Fallout3 GECK Wiki
Revision as of 03:15, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = For an actor in combat, returns an '''array_var''' containing all actors which the game considers allies of the calling actor, at that pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

For an actor in combat, returns an array_var containing all actors which the game considers allies of the calling actor, at that particular moment.

Syntax

[help]
(allies:array_var) reference.GetCombatAllies

Example

let aAllies := actorRef.GetCombatAllies

See Also