GetTeammates

From the Fallout3 GECK Wiki
Revision as of 14:21, 13 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns an array_var of all the actors currently toggled as player's <i>Teammates</i>. |name = GetTeammates |returnType = teammates:arr...")
(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

Returns an array_var of all the actors currently toggled as player's Teammates.

Syntax

[help]
(teammates:array_var) GetTeammates

Example

let aTeammates := GetTeammates

See Also