Skip to content

Card.HasFlagEffect

Source Code | 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)

Parameters

Returns


under-construction