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.LucyAxeMessage Class Reference
+ Collaboration diagram for Terraria.GameContent.LucyAxeMessage:

Public Types

enum  MessageSource {
  Idle , Storage , ThrownAway , PickedUp ,
  ChoppedTree , ChoppedGemTree , ChoppedCactus , Count
}
 

Static Public Member Functions

static void Initialize ()
 
static void UpdateMessageCooldowns ()
 
static void TryPlayingIdleMessage ()
 
static void PutMessageTypeOnCooldown (LucyAxeMessage.MessageSource source, int timeInFrames)
 
static void TryCreatingMessageWithCooldown (LucyAxeMessage.MessageSource messageSource, Vector2 position, Vector2 velocity, int cooldownTimeInTicks)
 
static void Create (LucyAxeMessage.MessageSource source, Vector2 position, Vector2 velocity)
 
static void CreateFromNet (LucyAxeMessage.MessageSource source, byte variation, Vector2 position, Vector2 velocity)
 

Static Private Member Functions

static string GetCategoryName (LucyAxeMessage.MessageSource source)
 
static void Hooks_OnEnterWorld (Player player)
 
static void ItemSlot_OnItemTransferred (ItemSlot.ItemTransferInfo info)
 
static void GiveIdleMessageCooldown ()
 
static bool CountsAsStorage (int itemSlotContext)
 
static void SpawnEmoteBubble ()
 
static void PlaySound (LucyAxeMessage.MessageSource source, Vector2 position)
 
static void SpawnPopupText (LucyAxeMessage.MessageSource source, int variationUnwrapped, Vector2 position, Vector2 velocity)
 
static string GetTextForVariation (LucyAxeMessage.MessageSource source, int variationUnwrapped)
 
static LucyAxeMessage ()
 

Static Private Attributes

static byte _variation
 
static int[] _messageCooldownsByType
 

Detailed Description

Definition at line 16 of file LucyAxeMessage.cs.


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