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 | |
void | Update (int whoAmI) |
PopupText () | |
Static Public Member Functions | |
static void | ClearSonarText () |
static void | ResetText (PopupText text) |
static int | NewText (AdvancedPopupRequest request, Vector2 position) |
static int | NewText (PopupTextContext context, int npcNetID, Vector2 position, bool stay5TimesLonger) |
static int | NewText (PopupTextContext context, Item newItem, int stack, bool noStack=false, bool longText=false) |
static void | AssignAsSonarText (int sonarTextIndex) |
static string | ValueToName (long coinValue) |
static void | UpdateItemText () |
static void | ClearAll () |
Public Attributes | |
Vector2 | position |
Vector2 | velocity |
float | alpha |
int | alphaDir |
string | name |
long | stack |
float | scale |
float | rotation |
Color | color |
bool | active |
int | lifeTime |
bool | NoStack |
bool | coinText |
long | coinValue |
bool | expert |
bool | master |
bool | sonar |
PopupTextContext | context |
int | npcNetID |
bool | freeAdvanced |
Static Public Attributes | |
static int | activeTime |
static int | numActive |
static int | sonarText |
Properties | |
bool | notActuallyAnItem [get, set] |
static float | TargetScale [get, set] |
Private Member Functions | |
void | AddToCoinValue (long addedValue) |
void | ValueToName () |
Static Private Member Functions | |
static int | FindNextItemTextSlot () |
static | PopupText () |
Private Attributes | |
Vector2 | cachedSize |
string | cachedName |
long | cachedStack |
Definition at line 13 of file PopupText.cs.