Difference between revisions of "ActionScript:Journal"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Link added. Minor rearrangement.)
m (Related Classes of Interest)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
::<code>JOURNAL_TEXT_UPDATED</code>
 
::<code>JOURNAL_TEXT_UPDATED</code>
 
::<code>JOURNAL_TEXT_COMPLETE</code>
 
::<code>JOURNAL_TEXT_COMPLETE</code>
 +
 +
* [[ActionScript:CodexEntry|CodexEntry]] - the button class in journal.gfx also responsible for loading and displaying the Codex entry text.
 +
* [[ActionScript:QuestDescription|QuestDescription]] - textfield subclass in journal.gfx responsible for displaying the journal status.
  
 
== Referenced External Attributes ==
 
== Referenced External Attributes ==

Latest revision as of 11:27, 17 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
  • CodexEntry - the button class in journal.gfx also responsible for loading and displaying the Codex entry text.
  • QuestDescription - textfield subclass in journal.gfx responsible for displaying the journal status.

Referenced External Attributes

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

TBD