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

◆ DrawNPCHeadBoss()

static void Terraria.Main.DrawNPCHeadBoss ( Entity theNPC,
byte alpha,
float headScale,
float rotation,
SpriteEffects effects,
int bossHeadId,
float x,
float y )
inlinestaticprivate

Definition at line 72242 of file Main.cs.

72243 {
72244 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
72245 //IL_0015: Unknown result type (might be due to invalid IL or missing references)
72246 //IL_001c: Unknown result type (might be due to invalid IL or missing references)
72247 BossNPCHeadRenderer.DrawWithOutlines(theNPC, bossHeadId, new Vector2(x, y), new Color((int)alpha, (int)alpha, (int)alpha, (int)alpha), rotation, headScale, effects);
72248 }
static NPCHeadRenderer BossNPCHeadRenderer
Definition Main.cs:327

References Terraria.Main.BossNPCHeadRenderer, and Terraria.Graphics.Light.Color.

Referenced by Terraria.Main.DrawMap().

+ Here is the caller graph for this function: