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