TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ TryUpdateChannel()

void Terraria.Player.TryUpdateChannel ( Projectile projectile)
inline

Definition at line 53547 of file Player.cs.

53548 {
53549 _channelShotCache.TryTracking(projectile);
53550 }
ChannelCancelKey _channelShotCache
Definition Player.cs:2040
void TryTracking(Projectile projectile)
Definition Player.cs:123

References Terraria.Player._channelShotCache, and Terraria.Player.ChannelCancelKey.TryTracking().

+ Here is the call graph for this function: