TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ PostDraw()

virtual void Terraria.ModLoader.GlobalBuff.PostDraw ( SpriteBatch spriteBatch,
int type,
int buffIndex,
BuffDrawParams drawParams )
inlinevirtual

Allows you to draw things after the buff has been drawn. skipped is true if you or another mod has skipped drawing the buff (possibly hiding it or in favor of new visuals).

Parameters
spriteBatchThe spriteBatch that is drawn on
typeThe buff type
buffIndexThe index in Main.LocalPlayer.buffType and .buffTime of the buff
drawParamsThe draw parameters for the buff

Definition at line 95 of file GlobalBuff.cs.

96 {
97 }