Skip to content

Duel.AddCustomActivityCounter

Source Code | Duel Functions

Registers an activity with type (int activity_type), with id (int counter_id), that matches (function f)

Signature

Duel.AddCustomActivityCounter(int counter_id, int activity_type, function f) → nil

lua
Duel.AddCustomActivityCounter(counter_id,activity_type,f)

Parameters


under-construction