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 Member Functions | |
AchievementsHelper () | |
delegate void | ItemPickupEvent (Player player, short itemId, int count) |
delegate void | ItemCraftEvent (Player player, short itemId, int count) |
delegate void | TileDestroyedEvent (Player player, ushort tileId) |
delegate void | NPCKilledEvent (Player player, short npcId) |
delegate void | ProgressionEventEvent (int eventID) |
Static Public Member Functions | |
static void | NotifyTileDestroyed (Player player, ushort tile) |
static void | NotifyItemPickup (Player player, Item item) |
static void | NotifyItemPickup (Player player, Item item, int customStack) |
static void | NotifyItemCraft (Recipe recipe) |
static void | Initialize () |
static void | NotifyNPCKilled (NPC npc) |
static void | NotifyNPCKilledDirect (Player player, int npcNetID) |
static void | NotifyProgressionEvent (int eventID) |
static void | HandleOnEquip (Player player, Item item, int context) |
static void | HandleSpecialEvent (Player player, int eventID) |
static void | HandleNurseService (int coinsSpent) |
static void | HandleAnglerService () |
static void | HandleRunning (Player player, float pixelsMoved) |
static void | HandleMining () |
static void | CheckMechaMayhem (int justKilled=-1) |
Static Package Functions | |
static void | OnPlayerEnteredWorld (Player player) |
Static Private Member Functions | |
static bool | IsMetalBar (int itemType) |
Static Private Attributes | |
static bool | _isMining |
static bool | mayhemOK |
static bool | mayhem1down |
static bool | mayhem2down |
static bool | mayhem3down |
Definition at line 17 of file AchievementsHelper.cs.