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

◆ DrawOrders()

void GUIBestiary.DrawOrders ( )
inlineprivate

Definition at line 451 of file GUIBestiary.cs.

452 {
454 int num = 96;
455 this.CloseSortOrder();
456 string textValue = Language.GetTextValue("Mobile.BestiarySort");
457 if (num == 0)
458 {
459 }
460 int selectedSort = this.SelectedSort;
461 if (num != 0)
462 {
463 }
464 }
class f__AnonymousType0<< Count > j__TPar
void CloseSortOrder()
static string GetTextValue(string key)
Definition Language.cs:54

References Controller.ControllerActionManager.AnyControllerConnected, CloseSortOrder(), Terraria.Localization.Language.GetTextValue(), j__TPar, and SelectedSort.