Difference between revisions of "WM GUI STATUS *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
Line 8: Line 7:
 
|type=int
 
|type=int
 
|value=0
 
|value=0
|description=  
+
|description= unavailable from area map
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 16: Line 15:
 
|type=int
 
|type=int
 
|value=1
 
|value=1
|description=  
+
|description= available from area map, cannot travel
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 24: Line 23:
 
|type=int
 
|type=int
 
|value=2
 
|value=2
|description=  
+
|description= available from area map, click pin to travel
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 39: Line 38:
  
 
[[Category:Constants]]
 
[[Category:Constants]]
 +
[[Category:Maps]]

Latest revision as of 12:37, 3 August 2011

Source: script.ldf
Constant name Type Value Description Source
WM_GUI_STATUS_NO_USE int 0 unavailable from area map script.ldf
WM_GUI_STATUS_READ_ONLY int 1 available from area map, cannot travel script.ldf
WM_GUI_STATUS_USE int 2 available from area map, click pin to travel script.ldf