|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | GameTip |
Public Member Functions | |
| GameTipsDisplay () | |
| void | Update () |
| void | ClearTips () |
| void | Draw () |
Private Member Functions | |
| void | AddNewTip (double currentTime) |
Private Attributes | |
| LocalizedText[] | _tipsDefault |
| LocalizedText[] | _tipsGamepad |
| LocalizedText[] | _tipsKeyboard |
| readonly List< GameTip > | _currentTips = new List<GameTip>() |
| LocalizedText | _lastTip |
Definition at line 11 of file GameTipsDisplay.cs.