Skip to content

Duel.IsMainPhase1

Source Code | Usage Examples | Duel Functions

Checks if it is currently the Main Phase 1.

Signature

Duel.IsMainPhase1([int player]) → bool

lua
Duel.IsMainPhase1(player)

Parameters

  • int player

    Optional.

    If provided, the function will also check if it is currently that player's turn.

Returns

  • bool

    true if it is currently the Main Phase 1, false otherwise.