Difference between revisions of "SetPartyPickerStage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Category:Party and group control)
(add a see also)
Line 24: Line 24:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
<!-- == See also == -->
+
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[EVENT_TYPE_MODULE_GETCHARSTAGE]]
  
 
[[Category:Party and group control]]
 
[[Category:Party and group control]]

Revision as of 19:49, 2 March 2010

Sets the party picker area name

void SetPartyPickerStage(
string sAreaName,
string s2DAName
);
Parameters:
sAreaName
Name of the partypicker stage
s2DAName
Name of the 2DA to use with the stage
Returns:

Nothing.

Source:

script.ldf

Description

Sets the party picker area name. Each module can have its own area


See also

EVENT_TYPE_MODULE_GETCHARSTAGE