PLOT ACTIONSTATE *

From Dragon Age Toolset Wiki
Jump to: navigation, search
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