DEFENSIVE_CASTING_MODE_* Constant Group
Determines if a creature is casting a spell defensively so they suffer no attacks of opportunity.
Constants
Constant | Value | Description |
---|
DEFENSIVE_CASTING_MODE_ACTIVATED | 1 | |
DEFENSIVE_CASTING_MODE_DISABLED | 0 | Defensive casting mode is disabled; the creature will suffer attacks of opportunity when applicable. |
|
DEFENSIVE_CASTING_MODE_ENABLED | UNKNOWN | Defensive casting mode is enabled; the creature won't suffer attacks of opportunity, but runs the risk of losing the spell completely if they cannot keep their concentraction. |
|
See Also