Difference between revisions of "Popups 2da"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Created)
 
m (Adding See Also section)
 
Line 16: Line 16:
 
[[Category:2da files from popups.xls]]
 
[[Category:2da files from popups.xls]]
 
[[Category:GUI]]
 
[[Category:GUI]]
 +
== See Also ==
 +
 +
* [[ShowPopup]]

Latest revision as of 00:34, 11 February 2013

The popups 2da defines the different types of popup message box that can be displayed.

The 2da is defined as an m2da in the M2DA_base 2da and has an ID of 207. It can be extended by m2da fragments which have names starting with popups.

Structure

Column Type Description
ID int A number that uniquely identifies the entry (unless creating an M2DA override). ID numbers are listed from smallest to highest within a given file but do not need to be consecutive.
LABEL string A human-friendly name/description for the type of popup
BUTTON1 int A String ID for the text for this button or 0 to prevent this button being placed in the popup
BUTTON2 int Same as BUTTON1
BUTTON3 int Same as BUTTON1
BUTTON4 int Same as BUTTON1

See Also