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

◆ AI_87_BigMimic_FireStuffCannonBurst()

void Terraria.NPC.AI_87_BigMimic_FireStuffCannonBurst ( )
inlineprivate

Definition at line 45379 of file NPC.cs.

45380 {
45381 int num = 10;
45382 for (int i = 0; i < num; i++)
45383 {
45384 int itemID = ItemID.Sets.ItemsForStuffCannon[Main.rand.Next(ItemID.Sets.ItemsForStuffCannon.Length)];
45386 }
45387 }
static int[] ItemsForStuffCannon
The list of valid item types (F:Terraria.Item.type) to be thrown by the F:Terraria....
Definition ItemID.cs:170
void AI_87_BigMimic_ShootItem(int itemID)
Definition NPC.cs:45389

References Terraria.NPC.AI_87_BigMimic_ShootItem(), Terraria.ID.ItemID.Sets.ItemsForStuffCannon, and Terraria.Main.rand.

Referenced by Terraria.NPC.VanillaAI_Inner().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: