Difference between revisions of "SetPartyPickerGUIStatus"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(tidy)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetPartyPickerGUIStatus
 
|name=SetPartyPickerGUIStatus
Line 5: Line 4:
 
|param1type=int
 
|param1type=int
 
|param1name=nStatus
 
|param1name=nStatus
|param1desc=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)
+
|param1desc=[[PP_GUI_STATUS*]] constant
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
Line 12: Line 11:
 
}}
 
}}
  
<!-- == Description == -->
+
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 +
 +
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)
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 22:22, 9 February 2010

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)