Skip to content

Card.GetFlagEffect

Source Code | Card Functions

Returns the amount of flag effects with (int code) as the EffectCode that are registered to a card (Card c)

Signature

Card.GetFlagEffect(Card c, int code) → int

lua
c:GetFlagEffect(code)

Parameters

Returns


under-construction