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

◆ DrawToggles()

void GUIAccessoryInfoToggles.DrawToggles ( )
inline

Definition at line 29 of file GUIAccessoryInfoToggles.cs.

30 {
31 if (this.Expanded)
32 {
33 Rectangle region = this.GetRegion();
37 if (!this.Expanded)
38 {
42 }
44 return;
45 }
47 string textValue = Language.GetTextValue("Mobile.InfoAccessoriesToggleButton");
48 if (this.Expanded)
49 {
51 if (this.pickingInterceptor == null)
52 {
55 if (guiinputRegionExclusive != null)
56 {
57 }
58 }
59 int num = 1;
62 return;
63 }
64 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive pickingInterceptor
static Rectangle GetRegion(TransactionButton_Layout layout)
static string GetTextValue(string key)
Definition Language.cs:54
static bool ControllerModeLocked

References CloseExpandedFilter(), XNAUnityRunner.ControllerModeLocked, Expanded, GetRegion(), GUITransactionButton.GetRegion(), Terraria.Localization.Language.GetTextValue(), PageControllerLayoutDefinition< T >.Instance, j__TPar, and pickingInterceptor.