terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Types | |
enum | Category { General , RPS , Items , BiomesAndEvents , TownNPCs , Critters , Bosses } |
Public Member Functions | |
void | SetDisplayingEmotes (bool value) |
bool | IsOver (Vector2 cursorPosition) |
void | SetCategory (GUIEmotesWindow.Category cat) |
void | Draw () |
float | EmoteScale (int index) |
void | EmoteOver (int index) |
void | EmoteDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
GUIEmotesWindow () | |
Static Public Member Functions | |
static void | LoadContent (ContentManager content) |
Public Attributes | |
List< int > | _emoteEntries |
bool | DisplayingEmotes |
GUIInputRegionExclusive | PickingInterceptor |
float | emoteScrollOffset |
Private Member Functions | |
void | GetEmotesGeneral (List< int > emotes) |
void | GetEmotesRPS (List< int > emotes) |
void | GetEmotesItems (List< int > emotes) |
void | GetEmotesBiomesAndEvents (List< int > emotes) |
void | GetEmotesTownNPCs (List< int > emotes) |
void | GetEmotesCritters (List< int > emotes) |
void | GetEmotesBosses (List< int > emotes) |
void | DrawBacking () |
void | DrawEntries () |
void | DrawCategories () |
Rectangle | GetFrame (int emoteIndex) |
Private Attributes | |
int | _frameCounter |
GUIEmotesWindow.Category | CurrentSelection |
float | TimeSinceItemChange = (float)1 |
int | emoteOver |
float | EmotesCloseScale |
float | emotesGeneralScale |
float | emotesRPSScale |
float | emotesItemsScale |
float | emotesBiomesAndEventsScale |
float | emotesTownNPCsScale |
float | emotesCrittersScale |
float | emotesBossesScale |
float | emoteScrollMomentum |
int | emoteScrollDragging |
Vector2 | emoteDragOffset |
float | TitleScale |
Static Private Attributes | |
static Asset< Texture2D > | _emoteTexture |
static Asset< Texture2D > | _emoteTextureBorder |
Definition at line 11 of file GUIEmotesWindow.cs.