Card.HasFlagEffect
Source Code | Usage Examples | Card Functions
Returns if (Card c) has a flag with id equal to (int id). If (int ct) is provided, checks if the flags was registered at least that many times.
Signature
Card.HasFlagEffect(Card c, int id, [int ct]) → bool
lua
c:HasFlagEffect(id,ct)