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
Loading...
Searching...
No Matches
Terraria.GameContent.Achievements.AchievementsHelper Class Reference
+ Collaboration diagram for Terraria.GameContent.Achievements.AchievementsHelper:

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)
 

Properties

static AchievementsHelper.ItemPickupEvent OnItemPickup [set]
 
static AchievementsHelper.ItemCraftEvent OnItemCraft [set]
 
static AchievementsHelper.TileDestroyedEvent OnTileDestroyed [set]
 
static AchievementsHelper.NPCKilledEvent OnNPCKilled [set]
 
static AchievementsHelper.ProgressionEventEvent OnProgressionEvent [set]
 
static bool CurrentlyMining [get, set]
 

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
 

Detailed Description

Definition at line 17 of file AchievementsHelper.cs.


The documentation for this class was generated from the following file: