UT SetTeamInteractive

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