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

◆ TownNPCAttackProj()

static void Terraria.ModLoader.NPCLoader.TownNPCAttackProj ( NPC npc,
ref int projType,
ref int attackDelay )
inlinestatic

Definition at line 1582 of file NPCLoader.cs.

1583 {
1584 npc.ModNPC?.TownNPCAttackProj(ref projType, ref attackDelay);
1586 while (enumerator.MoveNext())
1587 {
1588 enumerator.Current.TownNPCAttackProj(npc, ref projType, ref attackDelay);
1589 }
1590 }
static GlobalHookList< GlobalNPC > HookTownNPCAttackProj
Definition NPCLoader.cs:248

References Terraria.ModLoader.NPCLoader.HookTownNPCAttackProj, and Terraria.NPC.ModNPC.

Referenced by Terraria.NPC.AI_007_TownEntities().

+ Here is the caller graph for this function: