Difference between revisions of "UT DoAreaTransition"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_DoAreaTransition |brief = Transitions the entire party to a new area |param1type = string |param1name = sArea |param1desc = target area for the transition...')
 
 
Line 47: Line 47:
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[Category:Area functions]]

Latest revision as of 22:16, 10 February 2010

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