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

◆ Clean()

void InterfaceProfile_Layout.Clean ( bool touchProfile = false)
inline

Definition at line 341 of file InterfaceProfile_Layout.cs.

342 {
343 if (!true)
344 {
345 }
347 this.CleanGroupList(leftGroupings, touchProfile);
349 this.CleanGroupList(rightGroupings, touchProfile);
350 }
class f__AnonymousType0<< Count > j__TPar
List< GUIPageIconGrouping > LeftGroupings
void CleanGroupList(List< GUIPageIconGrouping > dest, bool touchProfile)
List< GUIPageIconGrouping > RightGroupings

References CleanGroupList(), j__TPar, LeftGroupings, and RightGroupings.