Difference between revisions of "UT SetTeamInteractive"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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...')
 
m
Line 12: Line 12:
 
|param3type = int
 
|param3type = int
 
|param3name = nMembersType
 
|param3name = nMembersType
|param3desc = The type of members to retrieve ([[OBJECT_TYPE_CREATURE]], OBJECT_TYPE_PLACEABLE)
+
|param3desc = The type of members to retrieve ([[OBJECT_TYPE_CREATURE]], [[OBJECT_TYPE_PLACEABLE]])
 
|param3default =OBJECT_TYPE_CREATURE
 
|param3default =OBJECT_TYPE_CREATURE
 
|returntype = void
 
|returntype = void

Revision as of 20:12, 10 February 2010

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