Duel.IsPlayerCanSpecialSummon
Source Code | Usage Examples | Duel Functions
If only the player is passed as parameter, it checks if the player is affected by any effect that would prevent him to special summon a monster, otherwise checks if the player can Special Summon "c" as "sumtype", to "target_player"'s field in the passed position.
Signature
Duel.IsPlayerCanSpecialSummon(int player, [int sumtype, int sumpos, int target_player, Card c]) → bool
lua
Duel.IsPlayerCanSpecialSummon(player,sumtype,sumpos,target_player,c)Parameters
int
player(To be added)
int
sumtypeOptional.
(To be added)
int
sumposOptional.
(To be added)
int
target_playerOptional.
(To be added)
Card
cOptional.
(To be added)