UT SetTeamStationary

From Dragon Age Toolset Wiki
Revision as of 20:05, 10 February 2010 by BryanDerksen (Talk | contribs) (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...')

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

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