Skip to content
Version 2.11.0
↓ Get the launcher

MeterRowData.OnDebuffClick field

Optional click handler for a debuff cell in the trailing 2×2 block. When set, each cell becomes clickable and the framework routes a left-click here with (Id, cellIndex 0..3) — the plugin maps the index to the debuff (and treats the overflow “+N” cell as “show all”). Null (the default) leaves the cells display-only, byte-identical to a plugin built before this field existed. Wired once at build, so a stable (cached) delegate here allocates nothing per refresh.

public Action<EntityId, int>? OnDebuffClick;