TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
WouldBeEncouragedToDespawn()
static bool Terraria.NPC.WouldBeEncouragedToDespawn
(
int
aistyle
,
int
type
)
inline
static
Definition at line
2217
of file
NPC.cs
.
2218
{
2219
if
(
aistyle
== 4)
2220
{
2221
return
Main.dayTime;
2222
}
2223
return
false
;
2224
}
List
References
Terraria.Main.dayTime
.
Terraria
NPC
Generated by
1.10.0