terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Attributes | |
string | ProfileName |
int | VerticalResolution |
Dictionary< GUIPageIcons.Category, bool > | GroupsCollapsed |
List< GUIPageIconGrouping > | LeftGroupings |
List< GUIPageIconGrouping > | RightGroupings |
Properties | |
int | MinVerticalResolution [get, set] |
Private Member Functions | |
bool | IsGroupSame (GUIPageIconGrouping dest, GUIPageIconGrouping src, int groupIndex, bool allowFixups) |
bool | IsGroupListSame (List< GUIPageIconGrouping > dest, List< GUIPageIconGrouping > src, bool allowFixups, int groupOffset=0) |
void | CopyGroup (GUIPageIconGrouping dest, GUIPageIconGrouping src, bool copySerialiseSettings=false) |
void | CopyGroupList (List< GUIPageIconGrouping > dest, List< GUIPageIconGrouping > src, bool copySerialiseSettings=false) |
void | CleanGroupList (List< GUIPageIconGrouping > dest, bool touchProfile) |
void | AddAvailable (GUIPageIcons.Category category) |
Private Attributes | |
Microsoft.Xna.Framework.Vector2 | _minResolution |
bool | forceEquipmentExpanded |
Definition at line 18 of file InterfaceProfile_Layout.cs.