Difference between revisions of "UT TeamMerge"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_TeamMerge |brief = All the members of nTeam join nNewTeam. |param1type = integer |param1name = nTeam |param1desc = the team merging into nNewTeam. |param1...')
(No difference)

Revision as of 20:07, 10 February 2010

All the members of nTeam join nNewTeam.

void UT_TeamMerge(
integer 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