terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.GameContent.Achievements.AchievementsHelper Class Reference

Classes

class  ItemCraftEvent
 
class  ItemPickupEvent
 
class  NPCKilledEvent
 
class  ProgressionEventEvent
 
class  TileDestroyedEvent
 

Public Member Functions

 AchievementsHelper ()
 

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
 
static AchievementsHelper.ItemCraftEvent OnItemCraft
 
static AchievementsHelper.TileDestroyedEvent OnTileDestroyed
 
static AchievementsHelper.NPCKilledEvent OnNPCKilled
 
static AchievementsHelper.ProgressionEventEvent OnProgressionEvent
 
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 9 of file AchievementsHelper.cs.


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