Difference between revisions of "PLOT ACTIONSTATE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=2da_constants_h
 
|sourcefile=2da_constants_h
|sourcemodule=Core Resources
+
|sourcemodule=Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 9: Line 9:
 
|description= action will not appear in the control.  
 
|description= action will not appear in the control.  
 
|sourcefile=2da_constants_h
 
|sourcefile=2da_constants_h
|sourcemodule=Core Resources
+
|sourcemodule=Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 17: Line 17:
 
|description= action appears in the control and can be activated by the user unless the control is disabled  
 
|description= action appears in the control and can be activated by the user unless the control is disabled  
 
|sourcefile=2da_constants_h
 
|sourcefile=2da_constants_h
|sourcemodule=Core Resources
+
|sourcemodule=Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 25: Line 25:
 
|description= action has been already used by the user and cannot be used again.  
 
|description= action has been already used by the user and cannot be used again.  
 
|sourcefile=2da_constants_h
 
|sourcefile=2da_constants_h
|sourcemodule=Core Resources
+
|sourcemodule=Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 33: Line 33:
 
|description= action is currently active.  
 
|description= action is currently active.  
 
|sourcefile=2da_constants_h
 
|sourcefile=2da_constants_h
|sourcemodule=Core Resources
+
|sourcemodule=Core Game Resources
 
}}
 
}}
 
{{constant table end}}
 
{{constant table end}}

Latest revision as of 22:15, 26 March 2012

Source: Core Game Resources.2da_constants_h
Constant name Type Value Description Source
PLOT_ACTIONSTATE_INVALID int 0 action will not appear in the control. 2da_constants_h
PLOT_ACTIONSTATE_ENABLED int 1 action appears in the control and can be activated by the user unless the control is disabled 2da_constants_h
PLOT_ACTIONSTATE_DISABLED int 2 action has been already used by the user and cannot be used again. 2da_constants_h
PLOT_ACTIONSTATE_ACTIVE int 3 action is currently active. 2da_constants_h