Difference between revisions of "ActionScript:Journal"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '== Description == {{sidebox| *<b>GFx file:</b> journal.gfx *<b>ERF:</b> guiexport.erf }} This class is for the journal UI == Class Methods of Interest == TBD ...')
 
m (ColorDefines for the text colours used)
Line 13: Line 13:
 
== Related Classes of Interest ==
 
== Related Classes of Interest ==
  
* ColorDefines - contains color RGB values used in coloring text in the journal.
+
* [[ColorDefines|ActionScript:ColorDefines]] - contains RGB properties used for coloring text in the journal.
 +
:Colors used in the [[ActionScript:Journal|Journal]] class:
 +
::<code>JOURNAL_TEXT_UPDATED = 0x702E01</code>
 +
::<code>JOURNAL_TEXT_COMPLETE = 0x454545</code>
  
 
== Referenced External Attributes ==
 
== Referenced External Attributes ==

Revision as of 03:56, 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

Colors used in the Journal class:
JOURNAL_TEXT_UPDATED = 0x702E01
JOURNAL_TEXT_COMPLETE = 0x454545

Referenced External Attributes

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

TBD