terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | AchievementFileData |
Public Member Functions | |
void | GotoAchievement (Achievement achievement) |
void | Open (int backTo, int selected=-1) |
void | Draw () |
void | Back () |
void | UpdateAchievements () |
void | SortAndFilderAchievements () |
GUIAchievementsMenu () | |
Static Public Member Functions | |
static void | LoadContent () |
Public Attributes | |
float | ScrollOffset |
int | SelectedItem |
int | SelectedItemId |
List< Achievement > | SortedAchievementsData |
Properties | |
GUIContollerTransactionButtonList | FilterListOptionsController [get] |
List< Achievement > | Achievements [get] |
Private Member Functions | |
void | DrawFilters () |
void | AchievementDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
float | AchievementScale (int index) |
void | AchievementOver (int index) |
int | SortEntry (Achievement a, Achievement b) |
void | DrawProgressBar (SpriteBatch spriteBatch, float progress, Vector2 spot, float Width=169f, [Optional] Color BackColor, [Optional] Color FillingColor, [Optional] Color BlipColor) |
Private Attributes | |
GUIControllerAchievements | _controllerInput |
GUIContollerTransactionButtonList | _filterListOptionsController |
DateTime | LastTouchTime |
Vector2 | LastTouchMouse |
int | _source |
bool | allowItemClicking |
float | TitleScale |
float | BackScale |
float | ScrollMomentum |
int | ScrollDragging |
Vector2 | DragOffset |
Vector2 | InGameWindowShift |
List< bool > | catButtonsActive |
List< Achievement > | _achievements |
string | _tooltip |
bool | _tooltipShow |
Vector2 | _tooltipLocation |
DateTime | _tooltipTime |
Vector2 | startPoint |
float[] | catScale |
bool | displayFilters |
float | filtersScale |
int | achievementOver |
Static Private Attributes | |
const double | SINGLE_CLICK_TIME = 350.0 |
const float | SINGLE_CLICK_DISTANCE = 30f |
static Texture2D | AchievementsIcons |
static Texture2D | AchievementsCategories |
static Texture2D | AchievementsIconBorder |
Definition at line 12 of file GUIAchievementsMenu.cs.