SetPartyPickerGUIStatus

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the status of the party picker GUI (button invisible, visible but party picker unusable, etc.)

void SetPartyPickerGUIStatus(
int nStatus
);
Parameters:
nStatus
PP_GUI_STATUS_* constant
Returns:

Nothing.

Source:

script.ldf

Description

PP_GUI_STATUS constants:

  • PP_GUI_STATUS_NO_USE = 0 (not visible on main GUI)
  • PP_GUI_STATUS_READ_ONLY = 1 (visible on main GUI, unusable)
  • PP_GUI_STATUS_USE = 2 (visible on main GUI, usable)