Skip to content

DelayedEffectOperation

subtype of function

An operation to perform on affected cards in a given phase.

Functions that use this type as parameter

Functions that use this type as parameter

Signature

function(Group ag, Effect e, int tp, nil eg, int ep, Group ev, nil re, int r, int rp) → nil

lua
function(ag,e,tp,eg,ep,ev,re,r,rp)

Parameters

WARNING

Since the delayed effect is an EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS effect, tp, eg, ev, re, r, rp are practically useless. They're either always nil/0 or redundant information.

This function type's signature may be adjusted later.


See Also


under-construction