|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | BindTo (Preferences preferences) |
| void | Update () |
| void | Draw (SpriteBatch spriteBatch) |
| bool | TryTracking (int npcIndex) |
Static Public Member Functions | |
| static void | ToggleShowText () |
Static Public Attributes | |
| static bool | ShowText = true |
Private Member Functions | |
| void | TryFindingNPCToTrack () |
| void | Configuration_Save (Preferences obj) |
| void | Configuration_OnLoad (Preferences obj) |
Private Attributes | |
| IBigProgressBar | _currentBar |
| CommonBossBigProgressBar | _bossBar = new CommonBossBigProgressBar() |
| BigProgressBarInfo | _info |
| Dictionary< int, IBigProgressBar > | _bossBarsByNpcNetId |
Definition at line 8 of file BigProgressBarSystem.cs.