Duel.IsPlayerCanSummon
Source Code | Usage Examples | 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)