UT PCJumpOrAreaTransition

From Dragon Age Toolset Wiki
Jump to: navigation, search

Jumps the PC to a waypoint, checking area first

void UT_PCJumpOrAreaTransition(
string sArea,
string sWaypoint,
string sWorldMapLoc1 = "",
string sWorldMapLoc2 = "",
string sWorldMapLoc3 = "",
string sWorldMapLoc4 = "",
string sWorldMapLoc5 = ""
);
Parameters:
sArea
The string of the area to be checked before jump/transition; also used in transition
sWaypoint
The string of the waypoint to be jumped/transitioned to.
sWorldMapLoc1
world map location to set active
sWorldMapLoc2
world map location to set active
sWorldMapLoc3
world map location to set active
sWorldMapLoc4
world map location to set active
sWorldMapLoc5
world map location to set active
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

This function can only be used for the PC because of the area transition.