Card.SetFlagEffectLabel
Source Code | Usage Examples | Card Functions
Assigns an integer (int label) number to the flag effect attached to a card (Card c) with (int code) as the EffectCode. Returns true if a flag effect with such code existed and the label was set.
Signature
Card.SetFlagEffectLabel(Card c, int code, int label) → bool
lua
c:SetFlagEffectLabel(code,label)