Skip to content

Card.IsOnField

Source Code | Usage Examples | Card Functions

Checks if a card is currently on the field.

Signature

Card.IsOnField(Card c) → bool

lua
c:IsOnField()

Parameters

Returns

  • bool

    true if the card is currently on the field, false otherwise.


card-check