UT SetTeamInteractive

From Dragon Age Toolset Wiki
Revision as of 20:12, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_SetTeamInteractive |brief = Sets all the members of a team interractive or not. |param1type = int |param1name = nTeam |param1desc = the team number to set...')

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

Sets all the members of a team interractive or not.

void UT_SetTeamInteractive(
int nTeam,
int bInteractive,
int nMembersType = OBJECT_TYPE_CREATURE
);
Parameters:
nTeam
the team number to set interactive
bInteractive
true or false
nMembersType
The type of members to retrieve (OBJECT_TYPE_CREATURE, OBJECT_TYPE_PLACEABLE)
Returns:

Nothing.

Source:

Core Resources.utility_h