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

◆ IsCollapsed()

bool InterfaceProfile_Layout.IsCollapsed ( GUIPageIcons::Category category)
inline

Definition at line 183 of file InterfaceProfile_Layout.cs.

184 {
185 if (this.forceEquipmentExpanded)
186 {
187 }
188 if (this.GroupsCollapsed == null)
189 {
190 }
192 return true;
193 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< GUIPageIcons.Category, bool > GroupsCollapsed

References forceEquipmentExpanded, GroupsCollapsed, and j__TPar.

Referenced by GUIPageIconGrouping.PageOver().