Card.SetStatus
Source Code | Usage Examples | Card
Functions
Sets the status (STATUS_x) of a Card (Card c) and possibly enables it
Signature
Card.SetStatus(Card c
, int status
, bool enable
) → nil
lua
c:SetStatus(status,enable)