TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.EmoteBubbleLoader Class Reference
+ Collaboration diagram for Terraria.ModLoader.EmoteBubbleLoader:

Static Public Member Functions

static ModEmoteBubble GetEmoteBubble (int type)
 Gets the T:Terraria.ModLoader.ModEmoteBubble instance corresponding to the specified ID.
 
static void OnSpawn (EmoteBubble emoteBubble)
 
static bool UpdateFrame (EmoteBubble emoteBubble)
 
static bool UpdateFrameInEmoteMenu (int emoteType, ref int frameCounter)
 
static bool PreDraw (EmoteBubble emoteBubble, SpriteBatch spriteBatch, Texture2D texture, Vector2 position, Rectangle frame, Vector2 origin, SpriteEffects spriteEffects)
 
static void PostDraw (EmoteBubble emoteBubble, SpriteBatch spriteBatch, Texture2D texture, Vector2 position, Rectangle frame, Vector2 origin, SpriteEffects spriteEffects)
 
static bool PreDrawInEmoteMenu (int emoteType, SpriteBatch spriteBatch, EmoteButton uiEmoteButton, Vector2 position, Rectangle frame, Vector2 origin)
 
static void PostDrawInEmoteMenu (int emoteType, SpriteBatch spriteBatch, EmoteButton uiEmoteButton, Vector2 position, Rectangle frame, Vector2 origin)
 
static ? Rectangle GetFrame (EmoteBubble emoteBubble)
 
static ? Rectangle GetFrameInEmoteMenu (int emoteType, int frame, int frameCounter)
 

Static Package Functions

static int Add (ModEmoteBubble emoteBubble)
 
static void Unload ()
 
static void ResizeArrays ()
 
static void FinishSetup ()
 
static Dictionary< Mod, List< int > > GetAllUnlockedModEmotes ()
 
static List< int > AddEmotesToCategory (this List< int > emotesList, int categoryId)
 

Static Package Attributes

static readonly List< ModEmoteBubbleemoteBubbles = new List<ModEmoteBubble>()
 
static readonly List< GlobalEmoteBubbleglobalEmoteBubbles = new List<GlobalEmoteBubble>()
 
static readonly Dictionary< int, List< ModEmoteBubble > > categoryEmoteLookup = new Dictionary<int, List<ModEmoteBubble>>()
 

Properties

static int EmoteBubbleCount [get]
 

Detailed Description

Definition at line 13 of file EmoteBubbleLoader.cs.


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