Card.IsSSetable
Source Code | Usage Examples | 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)