Skip to content

Duel.ChangeChainOperation

Source Code | Duel Functions

Replaces the operation executed by the effect at the specific chain index with the passed function.

Signature

Duel.ChangeChainOperation(int chain_idx, function f) → nil

lua
Duel.ChangeChainOperation(chain_idx,f)

Parameters


under-construction