Definition at line 84423 of file NPC.cs.
84424 {
84426 {
84427 case 21:
84428 case 68:
84429 return ai[1] != 2
f;
84430 case 636:
84431 return !Main.dayTime;
84432 default:
84433 return true;
84434 }
84435 }
float[] ai
An array with 4 slots used for any sort of data storage, which is occasionally synced from the server...
int type
The NPC ID of this NPC. The NPC ID is a unique number assigned to each NPC loaded into the game....
References Terraria.NPC.ai, Terraria.Main.dayTime, and Terraria.NPC.type.