Skip to content

Card.RegisterFlagEffect

Source Code | Card Functions

Registers a flag effect to a card (Card c) with (int code) that resets with (int reset_flag), as the EffectCode. (int reset_flag).

Signature

Card.RegisterFlagEffect(Card c, int code, int reset_flag, int property, int reset_count, [int label, int desc]) → Effect

lua
c:RegisterFlagEffect(code,reset_flag,property,reset_count,label,desc)

Parameters

Returns


under-construction