Skip to content

Duel.CanPlayerSetMonster

Source Code | Duel Functions

Returns if player can set a monster, if sumcard and sumtype are passed, those parameters are also passed to the EFFECT_CANNOT_MSET effects.

Signature

Duel.CanPlayerSetMonster(int player, [Card sumcard, int sumtype]) → bool

lua
Duel.CanPlayerSetMonster(player,sumcard,sumtype)

Parameters

  • int player

    (To be added)

  • Card sumcard

    Optional.

    (To be added)

  • int sumtype

    Optional.

    (To be added)

Returns


under-construction