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
|
Classes | |
class | GameTip |
Public Member Functions | |
GameTipsDisplay () | |
void | Update () |
void | ClearTips () |
void | Draw (String_Layout layout=null, 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 17 of file GameTipsDisplay.cs.