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

◆ ExecuteRecursively()

virtual void Terraria.UI.UIElement.ExecuteRecursively ( UIElement::UIElementAction action)
inlinevirtual

Definition at line 392 of file UIElement.cs.

393 {
394 IntPtr invoke_impl = action.invoke_impl;
395 IntPtr method_code = action.method_code;
396 IntPtr method = action.method;
397 List<UIElement> elements = this.Elements;
398 }
readonly List< UIElement > Elements

References System.action, and Terraria.UI.UIElement.Elements.