terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnGridContentsChanged

Action Terraria.GameContent.UI.Elements.UIBestiaryEntryGrid.OnGridContentsChanged
addremove

Definition at line 16 of file UIBestiaryEntryGrid.cs.

17 {
19 add
20 {
21 if (Delegate.Combine(this.OnGridContentsChanged, value) != null)
22 {
23 }
24 }
26 remove
27 {
28 if (Delegate.Remove(this.OnGridContentsChanged, value) != null)
29 {
30 }
31 }
32 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by Terraria.GameContent.UI.Elements.UIBestiaryEntryGrid.FixBestiaryRange().