Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryCancelChannel()
void
Terraria.Player.TryCancelChannel
(
Projectile
projectile
)
inline
Definition at line
49512
of file
Player.cs
.
49513
{
49514
if
(
_channelShotCache
.
Matches
(projectile))
49515
{
49516
channel
=
false
;
49517
}
49518
}
Terraria.Player.channel
bool channel
Definition
Player.cs:1519
Terraria.Player._channelShotCache
ChannelCancelKey _channelShotCache
Definition
Player.cs:1523
Terraria.Player.ChannelCancelKey.Matches
bool Matches(Projectile projectile)
Definition
Player.cs:105
Terraria
Player
Generated by
1.10.0