GUI_PANEL_* Constant Group

From NWN Lexicon
Jump to navigationJump to search

List of all graphical user interface panels (dialogs in windows programming terminology).

In NWN:EE additional functionality for opening and locking these panels is available, and capturing some of the events from them (what is clicked on).

Constants

Constant Value Description

GUI_PANEL_CHARACTERSHEET

8 Character Sheet panel which includes list of skills, feats and statistics.

GUI_PANEL_COMPASS

3 Compass GUI in the bottom right which shows the direction and the time/date if moused over.

GUI_PANEL_EXAMINE_CREATURE

12 This is the examine panel for examining a creature.

GUI_PANEL_EXAMINE_DOOR

15 This is the examine panel for examining a door.

GUI_PANEL_EXAMINE_ITEM

13 This is the examine panel for examining a item.

GUI_PANEL_EXAMINE_PLACEABLE

14 This is the examine panel for examining a placeable.

GUI_PANEL_GOLD_BARTER

11 This is the examine panel for bartering gold to another player.

GUI_PANEL_GOLD_INVENTORY

10 This is the examine panel for selecting some gold to drop in the player inventory.

GUI_PANEL_INVENTORY

4 Inventory panel, which shows the players inventory and what is equipped.

GUI_PANEL_JOURNAL

6 Journal panel, which shows quests in progress or completed.

GUI_PANEL_LEVELUP

9 This is the levelup panel. It cannot be forced to be displayed.

GUI_PANEL_MINIMAP

2 The minimap, which can be hidden by other GUI panels, that shows the map and map pins.

GUI_PANEL_PLAYER_DEATH

0 The players death popup, one of the only ones the player can't initiate (except, I guess, by dying!)

GUI_PANEL_PLAYERLIST

5 The playerlist panel. This shows what players are in the game and their relationship (eg in party, hostile).

GUI_PANEL_RADIAL_CREATURE

18 The radial menu opened when clicking on a creature.

GUI_PANEL_RADIAL_DOOR

21 The radial menu opened when clicking on a door.

GUI_PANEL_RADIAL_ITEM

19 The radial menu opened when clicking on an item.

GUI_PANEL_RADIAL_PLACEABLE

20 The radial menu opened when clicking on a placeable.

GUI_PANEL_RADIAL_QUICKBAR

22 The radial menu opened when clicking on the quickbar.

GUI_PANEL_RADIAL_TILE

16 The radial menu opened when clicking on a tile.

GUI_PANEL_RADIAL_TRIGGER

17 The radial menu opened when clicking on a trigger.

GUI_PANEL_SPELLBOOK

7 The spellbook, used to memorise specific spells in slots.


Version

This constants group was updated in 1.85.8193.30 of NWN:EE. It added all the constants except the PLAYER_DEATH panel that already existed.

This constants group was updated in 1.87.8193.35 of NWN:EE. Added GUI_PANEL_RADIAL_* constants.


See Also

functions: 

PopUpGUIPanel SetGuiPanelDisabled

constants:

GUIEVENT_*