Skip to content

Card.IsStatus

Source Code | Usage Examples | Card Functions

Checks if a card currently has a given status.

Signature

Card.IsStatus(Card c, CardStatus status) → bool

lua
c:IsStatus(status)

Parameters

  • Card c

    The card to check the status of.

  • CardStatus status

    The status to check.

Returns

  • bool

    true if c currently has status, false otherwise.