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

◆ SelectedCategory

GUIPageIcons.Category GUIPageIconGrouping.SelectedCategory
getset

Definition at line 294 of file GUIPageIconGrouping.cs.

295 {
296 get
297 {
300 return GUIPageIcons.Category.Housing;
301 }
302 set
303 {
310 if (selectedCategory2 == GUIPageIcons.Category.Crafting)
311 {
312 return;
313 }
314 long num = 0L;
315 if (!this.ignoreShutdown)
316 {
317 }
320 if (!this.ignoreClose)
321 {
322 }
323 if (this.ignoreShutdown)
324 {
325 if (num == 0L)
326 {
327 return;
328 }
329 }
330 else if (num == 0L)
331 {
332 return;
333 }
334 if (this._selectedCategory == GUIPageIcons.Category.Crafting)
335 {
336 return;
337 }
338 }
339 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category _preHousingCategory
GUIPageIcons.Category _selectedCategory
static InterfaceProfile_Layout Active

Referenced by ActivateController(), DrawEditOptions(), DrawPageContent(), GUIVirtualInputController.IsOverGroupRegion(), LoadPageRegion(), NavigateFromMenuIntoPage(), PageDraw(), PageOver(), and SortOptionsAndRefresh().