CardStatus
Constants representing statuses applied to a card (states a card is in).
Constant | HEX | DEC | Summary |
---|---|---|---|
STATUS_DISABLED | 0x1 | 1 | Has its effects negated. |
STATUS_TO_ENABLE | 0x2 | 2 | Would have its effect negation removed. |
STATUS_TO_DISABLE | 0x4 | 4 | Would be negated. |
STATUS_PROC_COMPLETE | 0x8 | 8 | Has been Summoned properly. |
STATUS_SET_TURN | 0x10 | 16 | Was Set in the current turn. |
STATUS_NO_LEVEL | 0x20 | 32 | Treated as having Level/Rank/Link 0. |
STATUS_BATTLE_RESULT | 0x40 | 64 | Already destroyed by battle (at the end of Damage Calculation). |
STATUS_SPSUMMON_STEP | 0x80 | 128 | Currently being Special Summoned. |
STATUS_FORM_CHANGED | 0x100 | 256 | Had its position manually changed in the current turn. |
STATUS_SUMMONING | 0x200 | 512 | Would be Summoned. |
STATUS_EFFECT_ENABLED | 0x400 | 1024 | Has its effects already enabled. |
STATUS_SUMMON_TURN | 0x800 | 2048 | Was Normal Summoned/Set in the current turn. |
STATUS_DESTROY_CONFIRMED | 0x1000 | 4096 | Confirmed to be destroyed. |
STATUS_LEAVE_CONFIRMED | 0x2000 | 8192 | Would be sent to the GY after the chain resolves. |
STATUS_BATTLE_DESTROYED | 0x4000 | 16384 | Already destroyed by battle (during battle). |
STATUS_COPYING_EFFECT | 0x8000 | 32768 | Currently copying the effect(s) of another card. |
STATUS_CHAINING | 0x10000 | 65536 | Has one of its effects on the current chain. |
STATUS_SUMMON_DISABLED | 0x20000 | 131072 | Had its summon negated. |
STATUS_ACTIVATE_DISABLED | 0x40000 | 262144 | Had its activation negated. |
STATUS_EFFECT_REPLACED | 0x80000 | 524288 | Has its effects replaced. |
STATUS_FUTURE_FUSION | 0x100000 | 1048576 | Being summoned by "Future Fusion". |
STATUS_ATTACK_CANCELED | 0x200000 | 2097152 | Had its attack negated. |
STATUS_INITIALIZING | 0x400000 | 4194304 | Currently initializing its effects. |
STATUS_JUST_POS | 0x1000000 | 16777216 | Just had its position changed. |
STATUS_CONTINUOUS_POS | 0x2000000 | 33554432 | Will return to its current position when changed to other positions. |
STATUS_FORBIDDEN | 0x4000000 | 67108864 | Cannot be used. |
STATUS_ACT_FROM_HAND | 0x8000000 | 134217728 | Can be activated from the hand. |
STATUS_OPPO_BATTLE | 0x10000000 | 268435456 | Battling an opponent's monster. |
STATUS_FLIP_SUMMON_TURN | 0x20000000 | 536870912 | Was Flip Summoned in the current turn. |
STATUS_SPSUMMON_TURN | 0x40000000 | 1073741824 | Was Special Summoned in the current turn. |