UT TeamJump

From Dragon Age Toolset Wiki
Revision as of 19:56, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_TeamJump |brief = Makes a team jump to an object. |param1type = int |param1name = nTeamID |param1desc = This is the team ID number |param1default = |param...')

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

Makes a team jump to an object.

void UT_TeamJump(
int nTeamID,
string sTagDestination = "",
int bJumpImmediately = FALSE,
int bStaticCommand = FALSE,
int bNewHome = FALSE
);
Parameters:
nTeamID
This is the team ID number
sTagDestination
The tag of the object the team is going to jump to.
bJumpImmediately
Set to TRUE if you want this added to the front of the command queue
bStaticCommand
the command will not be cleared by a standard WR_ClearAllCommands
bNewHome
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.utility_h