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

◆ RefreshProfileNames()

void InterfaceStyles_Layout.RefreshProfileNames ( )
inline

Definition at line 120 of file InterfaceStyles_Layout.cs.

121 {
122 float y = this.CustomProfiles._minResolution.Y;
123 string textValue = Language.GetTextValue("Mobile.Fullscreen");
125 string textValue2 = Language.GetTextValue("Mobile.Splitscreen");
128 string text;
130 }
class f__AnonymousType0<< Count > j__TPar
static bool IsCurrentPlatform(DrPlatform.DrPlatformType platform)
Definition DrPlatform.cs:49
Dictionary< GUIPageIcons.Category, bool > GroupsCollapsed
InterfaceProfile_Layout[] CustomProfiles
static string GetTextValue(string key)
Definition Language.cs:54

References InterfaceProfile_Layout._minResolution, CustomProfiles, Terraria.Localization.Language.GetTextValue(), InterfaceProfile_Layout.GroupsCollapsed, DrPlatform.IsCurrentPlatform(), j__TPar, System.text, and Microsoft.Xna.Framework.Vector2.Y.