Difference between revisions of "EFFECT FLAG *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Fixing category)
Line 78: Line 78:
  
 
[[Category:Constants]]
 
[[Category:Constants]]
[[Category:Effects]]
+
[[Category:Effect constants]]

Revision as of 20:09, 10 March 2012

Source: script.ldf
Constant name Type Value Description Source
EFFECT_FLAG_DISABLE_COMBAT int 4 script.ldf
EFFECT_FLAG_DISABLE_INPUT int 128 script.ldf
EFFECT_FLAG_DISABLE_ITEMS int 64 script.ldf
EFFECT_FLAG_DISABLE_MOVEMENT int 1 script.ldf
EFFECT_FLAG_DISABLE_SKILLS int 32 script.ldf
EFFECT_FLAG_DISABLE_SPELLS int 16 script.ldf
EFFECT_FLAG_DISABLE_TALENTS int 8 script.ldf
EFFECT_FLAG_DISABLE_TURNING int 2 script.ldf