Difference between revisions of "PP GUI STATUS *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated constant article)
m (Added descriptions from SetPartyPickerGUIStatus)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|sourcemodule =
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
|name=PP_GUI_STATUS_NO_USE
+
|name         = PP_GUI_STATUS_NO_USE
|type=int
+
|type         = int
|value=0
+
|value       = 0
|description=  
+
|description = not visible on main GUI
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|sourcemodule =
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
|name=PP_GUI_STATUS_READ_ONLY
+
|name         = PP_GUI_STATUS_READ_ONLY
|type=int
+
|type         = int
|value=1
+
|value       = 1
|description=  
+
|description = visible on main GUI, unusable
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|sourcemodule =
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
|name=PP_GUI_STATUS_USE
+
|name         = PP_GUI_STATUS_USE
|type=int
+
|type         = int
|value=2
+
|value       = 2
|description=  
+
|description = visible on main GUI, usable
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|sourcemodule =
 
}}
 
}}
 
{{Constant table end}}
 
{{Constant table end}}
Line 38: Line 37:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:PP_GUI_STATUS* constants]]
+
[[Category:Constants]]

Latest revision as of 19:19, 3 August 2011

Source: script.ldf
Constant name Type Value Description Source
PP_GUI_STATUS_NO_USE int 0 not visible on main GUI script.ldf
PP_GUI_STATUS_READ_ONLY int 1 visible on main GUI, unusable script.ldf
PP_GUI_STATUS_USE int 2 visible on main GUI, usable script.ldf