Difference between revisions of "EVENT TYPE PARTYPICKER CLOSED"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Adding See Also section)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{needs review}}
 
{{needs review}}
 
{{event
 
{{event
|sourcefile=script.ldf
+
|sourcefile = script.ldf
|when=
+
|when       =
|from=
+
|from       =
|to= [[module]]
+
|to         = [[module]]
|tocategory1=module
+
|tocategory1 = module
|sortkey=PARTYPICKER_CLOSED
+
|sortkey     = PARTYPICKER_CLOSED
 
}}
 
}}
 
+
== See Also ==
[[Category:Event types|PARTYPICKER_CLOSED]]
+
* [[EVENT_TYPE_PARTYPICKER_INIT]]
[[Category:Module events|PARTYPICKER_CLOSED]]
+

Latest revision as of 14:16, 8 March 2013

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:
Sent from:
Sent to:
module
Parameters:
None.

Usage

case EVENT_TYPE_PARTYPICKER_CLOSED:
{

// insert event-handling code here

break;
}

See Also