Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsConsideredASlimeMount
bool
Terraria.Mount.IsConsideredASlimeMount
get
Definition at line
470
of file
Mount.cs
.
471
{
472
get
473
{
474
if
(
_type
!= 3)
475
{
476
return
_type
== 50;
477
}
478
return
true
;
479
}
480
}
Terraria.Mount._type
int _type
Definition
Mount.cs:289
Terraria
Mount
Generated by
1.10.0