Skip to content

Duel.IsPlayerCanSummon

Source Code | Duel Functions

If only the player is passed, checks if the player is not affected by EFFECT_CANNOT_SUMMON, otherwise checks if the player can Normal Summon the passed card as the passed SummonType.

Signature

Duel.IsPlayerCanSummon(int player, [int sumtype, Card c]) → bool

lua
Duel.IsPlayerCanSummon(player,sumtype,c)

Parameters

  • int player

    (To be added)

  • int sumtype

    Optional.

    (To be added)

  • Card c

    Optional.

    (To be added)

Returns


under-construction