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

◆ CloseExpandedFilter()

void GUIEquipmentLoadout.CloseExpandedFilter ( )
inline

Definition at line 11 of file GUIEquipmentLoadout.cs.

12 {
13 if (this.Expanded)
14 {
15 return;
16 }
17 }

References Expanded.

Referenced by GUIInstance.ClosePopups(), DrawToggles(), and LoadoutOver().