UT TeamMerge

From Dragon Age Toolset Wiki
Revision as of 19:34, 3 August 2011 by Sunjammer (Talk | contribs) (Updating links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

All the members of nTeam join nNewTeam.

void UT_TeamMerge(
int nTeam,
int nNewTeam,
int nMembersType = OBJECT_TYPE_CREATURE
);
Parameters:
nTeam
the team merging into nNewTeam.
nNewTeam
the team being joined
nMembersType
The type of members to retrieve (OBJECT_TYPE_CREATURE, OBJECT_TYPE_PLACEABLE)
Returns:

Nothing.

Source:

Core Game Resources.utility_h