Timing
Constants to be used with Effect.SetHintTiming
to specify different timings when a fast effect will be prompted for activation. By default, The EDOPro client does not prompt for activations at every timing a fast effect can be activated (unless the "Chain: ON" option is enabled) to minimize interruptions in the Duel.
Constant | HEX | DEC | Summary |
---|---|---|---|
TIMING_DRAW_PHASE | 0x1 | 1 | Prompts in the Draw Phase. |
TIMING_STANDBY_PHASE | 0x2 | 2 | Prompts in the Standby Phase. |
TIMING_MAIN_END | 0x4 | 4 | Prompts when the Main Phase is about to end. |
TIMING_BATTLE_START | 0x8 | 8 | Prompts at the start of the Battle Phase. |
TIMING_BATTLE_END | 0x10 | 16 | Prompts when the Battle Phase is about to end. |
TIMING_END_PHASE | 0x20 | 32 | Prompts in the End Phase. |
TIMING_SUMMON | 0x40 | 64 | Prompts when a monster is Normal Summoned. |
TIMING_SPSUMMON | 0x80 | 128 | Prompts when a monster is Special Summoned. |
TIMING_FLIPSUMMON | 0x100 | 256 | Prompts when a monster is Flip Summoned. |
TIMINGS_CHECK_MONSTER | 0x1c0 | 448 | Prompts when a monster(s) is Normal, Flip, or Special Summoned. |
TIMINGS_CHECK_MONSTER_E | 0x1e0 | 480 | Prompts when a monster(s) is Summoned and in the End Phase. |
TIMING_MSET | 0x200 | 512 | Prompts when a monster is Normal Set. |
TIMING_SSET | 0x400 | 1024 | Prompts when a Spell/Trap Card is Set. |
TIMING_POS_CHANGE | 0x800 | 2048 | Prompts when a monster's battle position is changed. |
TIMING_ATTACK | 0x1000 | 4096 | Prompts when an attack is declared. |
TIMING_DAMAGE_STEP | 0x2000 | 8192 | Prompts at the start of the Damage Step. |
TIMING_DAMAGE_CAL | 0x4000 | 16384 | Prompts at the start of damage calculation. |
TIMING_CHAIN_END | 0x8000 | 32768 | Prompts at the end of Chain resolution. |
TIMING_DRAW | 0x10000 | 65536 | Prompts when a card(s) is drawn. |
TIMING_DAMAGE | 0x20000 | 131072 | Prompts when a player takes damage. |
TIMING_RECOVER | 0x40000 | 262144 | Prompts when a player gains LP. |
TIMING_DESTROY | 0x80000 | 524288 | Prompts when a card(s) is destroyed. |
TIMING_REMOVE | 0x100000 | 1048576 | Prompts when a card(s) is banished. |
TIMING_TOHAND | 0x200000 | 2097152 | Prompts when a card(s) is sent to the hand. |
TIMING_TODECK | 0x400000 | 4194304 | Prompts when a card(s) is sent to the Deck. |
TIMING_TOGRAVE | 0x800000 | 8388608 | Prompts when a card(s) is sent to the GY. |
TIMING_BATTLE_PHASE | 0x1000000 | 16777216 | Prompts after attack declaration and before entering the Damage Step. |
TIMING_EQUIP | 0x2000000 | 33554432 | Prompts when a card is equipped to another. |
TIMING_BATTLE_STEP_END | 0x4000000 | 67108864 | Prompts when the player is attempting to end the Battle Phase. |
TIMING_BATTLED | 0x8000000 | 134217728 | Prompts after damage calculation. |