Difference between revisions of "EVENT TYPE PARTYPICKER INIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{needs review}} {{event |sourcefile=script.ldf |when= |from= |to= }} PARTYPICKER_INIT')
 
(fill in a couple of parameters)
Line 2: Line 2:
 
{{event
 
{{event
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
|when=
+
|when=Just before the partypicker opens
 
|from=
 
|from=
|to=
+
|to=module
 
}}
 
}}
  
 
[[Category:Event types|PARTYPICKER_INIT]]
 
[[Category:Event types|PARTYPICKER_INIT]]

Revision as of 00:08, 1 August 2009

The documentation on this page is incomplete, obsolete, or otherwise in need of a thorough review. The current content may provide a good starting point for this, but do not rely on its accuracy when using it to design content.

Source:
script.ldf
Sent when:
Just before the partypicker opens
Sent from:
Sent to:
module
Parameters:
None.

Usage

case EVENT_TYPE_PARTYPICKER_INIT:
{

// insert event-handling code here

break;
}