UT SetTeamInteractive

From Dragon Age Toolset Wiki
Revision as of 19:32, 3 August 2011 by Sunjammer (Talk | contribs) (Updating links)

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