UT TeamMerge

From Dragon Age Toolset Wiki
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