terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Attributes | |
string | ProfileName |
int | VerticalResolution |
Dictionary< GUIPageIcons.Category, bool > | GroupsCollapsed |
List< GUIPageIconGrouping > | LeftGroupings |
List< GUIPageIconGrouping > | RightGroupings |
Properties | |
int | MinVerticalResolution [get] |
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 | |
Vector2 | _minResolution |
bool | forceEquipmentExpanded |
Definition at line 13 of file InterfaceProfile_Layout.cs.