Difference between revisions of "SetPartyPickerStage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(add a see also)
m (Adding remarks)
 
Line 18: Line 18:
 
Sets the party picker area name. Each module can have its own area
 
Sets the party picker area name. Each module can have its own area
  
<!-- == Remarks == -->
+
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
+
Note that '''SetPartyPickerStage''' only works in the [[EVENT_TYPE_MODULE_GETCHARSTAGE|GETCHARSTAGE]] module event. It does not replace the default '''char_stage''' but loads an overlaying area. [http://social.bioware.com/forum/1/topic/71/index/1436426#1446802] [http://social.bioware.com/forum/1/topic/71/index/1436426#1521790]
<!-- == Examples == -->
+
<!--  
 +
== Examples == -->
 
<!-- 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]]

Latest revision as of 21:16, 16 July 2011

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

Remarks

Note that SetPartyPickerStage only works in the GETCHARSTAGE module event. It does not replace the default char_stage but loads an overlaying area. [1] [2]