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
|
Public Member Functions | |
GUIBuffs () | |
Rectangle | GetRegion () |
void | UpdateBuffNavigation () |
void | Draw () |
float | ItemScale (int index) |
void | ItemOver (int index) |
void | ItemDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
Public Attributes | |
int | numActiveBuffs |
bool | buffTogglePressed |
bool | buffActive |
GUIControllerBuff | buffController |
Private Member Functions | |
void | ChangeBuffString (int buffType) |
void | NextItem () |
void | PreviousItem () |
void | RemoveBuff () |
bool | CanRemoveBuff () |
void | RemoveBuff (int buff) |
Private Attributes | |
int | buffOver |
int | buffToRemove |
int | lastDrawBuffText |
float | lastdoubleClickTimer |
int[] | activeBuffs |
DateTime | NavigationTick |
GUIItemGrid.GetItemScaleHandler | itemScale |
GUIItemGrid.CursorOver | itemOver |
GUIItemGrid.DrawItemHandler | itemDraw |
Definition at line 16 of file GUIBuffs.cs.