Difference between revisions of "ActionScript:Tactics"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Skeleton added. Includes colour info.)
 
m (scope of ColorDefines used)
 
Line 14: Line 14:
 
* [[ActionScript:ColorDefines|ColorDefines]] - contains RGB properties used for coloring text in the tactics menu.
 
* [[ActionScript:ColorDefines|ColorDefines]] - contains RGB properties used for coloring text in the tactics menu.
 
:[[ActionScript:ColorDefines#Properties|Colors]] used in the [[ActionScript:Tactics|Tactics]] class:
 
:[[ActionScript:ColorDefines#Properties|Colors]] used in the [[ActionScript:Tactics|Tactics]] class:
::<code>TACTICS_TEXT_BEIGE</code>
+
::<code>TACTICS_TEXT_BEIGE</code> - used only in the "Condition -> Action" text, although there is beige-looking text elsewhere in the UI.
::<code>TACTICS_TEXT_HOSTILE</code>
+
::<code>TACTICS_TEXT_HOSTILE</code> - used only in the "Condition -> Action" text for hostilities.
  
 
* [[ActionScript:Tooltips|Tooltips]] - Descriptions for the behavior drop-down list.
 
* [[ActionScript:Tooltips|Tooltips]] - Descriptions for the behavior drop-down list.

Latest revision as of 05:25, 16 December 2009

Description

  • GFx file: tactics.gfx
  • ERF: guiexport.erf

This class is for the tactics UI.

Class Methods of Interest

TBD

Related Classes of Interest

  • ColorDefines - contains RGB properties used for coloring text in the tactics menu.
Colors used in the Tactics class:
TACTICS_TEXT_BEIGE - used only in the "Condition -> Action" text, although there is beige-looking text elsewhere in the UI.
TACTICS_TEXT_HOSTILE - used only in the "Condition -> Action" text for hostilities.
  • Tooltips - Descriptions for the behavior drop-down list.
  • BookBack - The book background, shared by many other UI files as a backdrop and to write pages of text on.

Referenced External Attributes

These strings are used by the ExternalCommands class for intercommunication between the engine and other GUI forms.

TBD