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

◆ Remove()

void Terraria.UI.UIElement.Remove ( )
inline

Definition at line 418 of file UIElement.cs.

419 {
421 if (uielement != null)
422 {
423 uielement.RemoveChild(this);
424 return;
425 }
426 }
class f__AnonymousType0<< Count > j__TPar
UIElement< Parent > k__BackingField

References j__TPar, Terraria.UI.UIElement.k__BackingField, and Terraria.UI.UIElement.Parent.

Referenced by Terraria.GameContent.UI.States.UIVirtualKeyboard.DrawSelf(), and Terraria.GameContent.UI.Elements.UIIconTextButton.SetText().