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 }
ChannelCancelKey _channelShotCache
Definition Player.cs:1523
bool Matches(Projectile projectile)
Definition Player.cs:105