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
sumtype
Optional.
(To be added)
int
sumpos
Optional.
(To be added)
int
target_player
Optional.
(To be added)
Card
c
Optional.
(To be added)