|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to draw things before the default draw code is ran. Return false to prevent drawing the bar. Returns true by default.
| spriteBatch | The spriteBatch that is drawn on |
| npc | The NPC this bar is focused on |
| drawParams | The draw parameters for the boss bar |
true for allowing drawing, false for preventing drawingDefinition at line 28 of file GlobalBossBar.cs.