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

◆ FindFrame()

virtual void Terraria.ModLoader.GlobalNPC.FindFrame ( NPC npc,
int frameHeight )
inlinevirtualinherited

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

Parameters
npc
frameHeight

Definition at line 169 of file GlobalNPC.cs.

170 {
171 }