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

◆ FindFrame()

virtual void Terraria.ModLoader.ModNPC.FindFrame ( int frameHeight)
inlinevirtual

Allows you to modify the frame from this NPC's texture that is drawn, which is necessary in order to animate NPCs.

Parameters
frameHeight

Definition at line 280 of file ModNPC.cs.

281 {
282 }