Skip to content

Card.CopyEffect

Source Code | Card Functions

Temporarily adds to a card (Card c) the effect of card with the specified card code (int code) that resets according to the ascribed reset flag (int reset_flag)

Signature

Card.CopyEffect(Card c, int code, int reset_flag, [int reset_count]) → int

lua
c:CopyEffect(code,reset_flag,reset_count)

Parameters

Returns


under-construction