|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtualinherited |
Allows you to draw things in front of this NPC. Substract screenPos from the draw position before drawing. This method is called even if PreDraw returns false.
| npc | The NPC that is being drawn |
| spriteBatch | The spritebatch to draw on |
| screenPos | The screen position used to translate world position into screen position |
| drawColor | The color the NPC is drawn in |
Definition at line 529 of file GlobalNPC.cs.