Difference between revisions of "PP GUI STATUS *"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) m |
m (Added descriptions from SetPartyPickerGUIStatus) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{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}} | ||
Latest revision as of 18:19, 3 August 2011
| 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 |