Duel.IsDrawPhase
Source Code | Usage Examples | Duel Functions
Checks if it is currently the Draw Phase.
Signature
Duel.IsDrawPhase([int player]) → bool
lua
Duel.IsDrawPhase(player)Parameters
int
playerOptional.
If provided, the function will also check if it is currently that player's turn.