UT TeamMerge

From Dragon Age Toolset Wiki
Revision as of 20:08, 10 February 2010 by BryanDerksen (Talk | contribs)

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 Resources.utility_h