terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | GameTip |
Public Member Functions | |
GameTipsDisplay () | |
void | Update () |
void | ClearTips () |
void | Draw ([Optional] String_Layout layout, float MaxHeight=0f) |
Private Member Functions | |
void | AddNewTip (double currentTime) |
Private Attributes | |
LocalizedText[] | _tipsDefault |
LocalizedText[] | _tipsGamepad |
LocalizedText[] | _tipsKeyboard |
readonly List< GameTipsDisplay.GameTip > | _currentTips |
LocalizedText | _lastTip |
int | _lastTipIndex |
Definition at line 11 of file GameTipsDisplay.cs.