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

◆ IsPageSelected()

bool GUIPageIcons.IsPageSelected ( GUIPageIcons::Category category)
inline

Definition at line 132 of file GUIPageIcons.cs.

133 {
134 if (this.UseConsoleStyle)
135 {
137 return active == null || active.IsPageSelected(category);
138 }
140 return true;
141 }
GUIPageIcons.Category selectedLeft
GUIPageIcons.Category _selectedLeft
bool IsPageSelected(GUIPageIcons.Category category)
static InterfaceProfile_Layout Active

References _selectedLeft, InterfaceStyles_Layout.Active, InterfaceProfile_Layout.IsPageSelected(), selectedLeft, and UseConsoleStyle.