Difference between revisions of "EVENT TYPE OPTIONS CHANGED"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (remove redundant category)
 
Line 8: Line 8:
 
|sortkey=OPTIONS_CHANGED
 
|sortkey=OPTIONS_CHANGED
 
}}
 
}}
[[Category:Event types|OPTIONS_CHANGED]]
 
[[Category:Module events|OPTIONS_CHANGED]]
 

Latest revision as of 00:57, 12 February 2010

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:
The player changes a game option from the options menu
Sent from:
engine
Sent to:
module
Parameters:
None.

Usage

case EVENT_TYPE_OPTIONS_CHANGED:
{

// insert event-handling code here

break;
}