Difference between revisions of "PLOT ACTIONSTATE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{Constant table start |sourcefile=2da_constants_h |sourcemodule=Core Resources }} {{Constant table row |name=PLOT_ACTIONSTATE_INVALID |type=int |value=0 |description= action wil...')
 
Line 38: Line 38:
  
 
[[Category:Constants]]
 
[[Category:Constants]]
[[Category:Plots]]
+
[[Category:Plot actions]]

Revision as of 23:49, 9 February 2010

Source: Core 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