Skip to content

Card.IsDeleted

Source Code | Card Functions

Returns if the Card object got internally deleted and remained as dangling reference inside the lua state.

Signature

Card.IsDeleted(Card c) → bool

lua
c:IsDeleted()

Parameters

Returns


under-construction