Skip to content

Card.IsDisabled

Source Code | Card Functions

Checks whether a card (Card c) is disabled, equivalent with c:IsStatus(STATUS_DISABLED)

Signature

Card.IsDisabled(Card c) → bool

lua
c:IsDisabled()

Parameters

Returns


under-construction