Skip to content

Card.IsSSetable

Source Code | Card Functions

Checks whether a card (Card c) can be Set in S/T zone. Setting ignore_field to true makes it not check for free space in the S/T Zone.

Signature

Card.IsSSetable(Card c, [bool ignore_field = false]) → bool

lua
c:IsSSetable(ignore_field)

Parameters

  • Card c

    (To be added)

  • bool ignore_field

    Optional. Defaults to false.

    (To be added)

Returns


under-construction