Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
beeKB()
float Terraria.Player.beeKB
(
float
KB
)
inline
Definition at line
11853
of file
Player.cs
.
11854
{
11855
if
(
makeStrongBee
)
11856
{
11857
return
0.5f +
KB
* 1.1f;
11858
}
11859
return
KB
;
11860
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Player.makeStrongBee
bool makeStrongBee
Definition
Player.cs:2581
Referenced by
Terraria.Projectile.Damage()
.
Terraria
Player
Generated by
1.10.0