Difference between revisions of "SetPartyPickerGUIStatus"
From Dragon Age Toolset Wiki
(Generated by Sunjammer's Dragon Age Script Paser) |
m (Updating link) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{dafunction | {{dafunction | ||
|name=SetPartyPickerGUIStatus | |name=SetPartyPickerGUIStatus | ||
| Line 5: | Line 4: | ||
|param1type=int | |param1type=int | ||
|param1name=nStatus | |param1name=nStatus | ||
| − | |param1desc= | + | |param1desc=[[PP_GUI_STATUS_*]] constant |
|returntype=void | |returntype=void | ||
|returndesc= | |returndesc= | ||
| Line 12: | Line 11: | ||
}} | }} | ||
| − | + | == 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 == --> | ||
Latest revision as of 18:17, 3 August 2011
Sets the status of the party picker GUI (button invisible, visible but party picker unusable, etc.)
- 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)