Difference between revisions of "ActionScript:Journal"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (punctuation)
m (updated link)
Line 13: Line 13:
 
== Related Classes of Interest ==
 
== Related Classes of Interest ==
  
* [[ColorDefines|ActionScript: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:
 
:Colors used in the [[ActionScript:Journal|Journal]] class:
 
::<code>JOURNAL_TEXT_UPDATED = 0x702E01</code>
 
::<code>JOURNAL_TEXT_UPDATED = 0x702E01</code>

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