ActionScript:Inventory

From Dragon Age Toolset Wiki
Revision as of 04:44, 16 December 2009 by FollowTheGourd (Talk | contribs) (Updated copy&paste mistake. Need to templatize things more...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

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

This class is for the inventory UI.

Class Methods of Interest

TBD

Related Classes of Interest

  • ColorDefines - contains RGB properties used for coloring text in the inventory.
Colors used in the Inventory class:
ITEM_TEXT_GREEN_ON_DARK
ITEM_TEXT_RED_ON_DARK
ITEM_TEXT_GREY
ITEM_TEXT_GIFT
  • Tooltips - Item descriptions that popup when you hover over them.
  • ItemExamine - The detailed description for an item, accessed in-game through the "inspect" radial menu option.
  • 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