terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
bool | IsExpired (double currentTime) |
bool | IsExpiring (double currentTime) |
GameTip (LocalizedText text, double spawnTime) | |
void | Update (double currentTime) |
Public Attributes | |
float | ScreenAnchorX |
readonly float | Duration |
readonly double | SpawnTime |
Properties | |
string | Text [get] |
Private Attributes | |
LocalizedText | _textKey |
string | _formattedText |
Static Private Attributes | |
const float | APPEAR_FROM = 2.5f |
const float | APPEAR_TO = 0.5f |
const float | DISAPPEAR_TO = -1.5f |
const float | APPEAR_TIME = 0.5f |
const float | DISAPPEAR_TIME = 1f |
const float | DURATION = 11.5f |
Definition at line 74 of file GameTipsDisplay.cs.