Difference between revisions of "UT SetTeamStationary"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_SetTeamStationary |brief = Sets a team to be stationary. |param1type = int |param1name = nTeam |param1desc = The team number to set stationary. |param1def...')
 
(No difference)

Latest revision as of 20:05, 10 February 2010

Sets a team to be stationary.

void UT_SetTeamStationary(
int nTeam,
int nStationaryStatus
);
Parameters:
nTeam
The team number to set stationary.
nStationaryStatus
The stationary status of the team. AI_STATIONARY_STATE_DISABLED AI_STATIONARY_STATE_SOFT or AI_STATIONARY_STATE_HARD
Returns:

Nothing.

Source:

Core Resources.utility_h