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

◆ AIType

int Terraria.ModLoader.ModNPC.AIType
getset

Determines which type of vanilla NPC this ModNPC will copy the behavior (AI) of. Leave as 0 to not copy any behavior. Defaults to 0.

Definition at line 45 of file ModNPC.cs.

45{ get; set; }