Difference between revisions of "ActionScript:Journal"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (updated link)
m (Link added. Minor rearrangement.)
Line 14: Line 14:
  
 
* [[ActionScript:ColorDefines|ColorDefines]] - contains RGB properties used for coloring text in the journal.
 
* [[ActionScript:ColorDefines|ColorDefines]] - contains RGB properties used for coloring text in the journal.
:Colors used in the [[ActionScript:Journal|Journal]] class:
+
:[[ActionScript:ColorDefines#Properties|Colors]] used in the [[ActionScript:Journal|Journal]] class:
::<code>JOURNAL_TEXT_UPDATED = 0x702E01</code>
+
::<code>JOURNAL_TEXT_UPDATED</code>
::<code>JOURNAL_TEXT_COMPLETE = 0x454545</code>
+
::<code>JOURNAL_TEXT_COMPLETE</code>
  
 
== Referenced External Attributes ==
 
== Referenced External Attributes ==

Revision as of 04:35, 16 December 2009

Description

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

This class is for the journal UI.

Class Methods of Interest

TBD

Related Classes of Interest

  • ColorDefines - contains RGB properties used for coloring text in the journal.
Colors used in the Journal class:
JOURNAL_TEXT_UPDATED
JOURNAL_TEXT_COMPLETE

Referenced External Attributes

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

TBD