Definition at line 56045 of file NPC.cs.
56046 {
56047 if (!Main.dayTime &&
ai[0] == 5
f)
56048 {
56050 {
56052 }
56053 return false;
56054 }
56056 {
56057 return false;
56058 }
56060 {
56062 }
56063 return false;
56064 }
bool wet
The Entity is currently in water. Projectile: Affects movement speed and some projectiles die when ...
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, Terraria.NPC.type, and Terraria.Entity.wet.
Referenced by Terraria.NPC.AI_007_TownEntities().