UT DoAreaTransition

From Dragon Age Toolset Wiki
Jump to: navigation, search

Transitions the entire party to a new area

void UT_DoAreaTransition(
string sArea,
string sWP,
string sWorldMapLoc1 = "",
string sWorldMapLoc2 = "",
string sWorldMapLoc3 = "",
string sWorldMapLoc4 = "",
string sWorldMapLoc5 = ""
);
Parameters:
sArea
target area for the transition
sWP
target wp for the transition
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