UT TeamAppears

From Dragon Age Toolset Wiki
Revision as of 19:50, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_TeamAppears |brief = Makes a team appear (they are activated). |param1type = int |param1name = nTeamID |param1desc = This is the team ID number (stored in...')

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

Makes a team appear (they are activated).

void UT_TeamAppears(
int nTeamID,
int bAppears = TRUE,
int nMembersType = OBJECT_TYPE_CREATURE
);
Parameters:
nTeamID
This is the team ID number (stored in CREATURE_TEAM_ID)
bAppears
True or false
nMembersType
The type of members to retrieve (OBJECT_TYPE_CREATURE, OBJECT_TYPE_PLACEABLE)
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

This sets SetObjectActive to TRUE for every member of the specified team. 0 is not a valid parameter (because that's the default value of the variable).