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

◆ StartChanneling() [2/2]

void Terraria.Player.StartChanneling ( Item item)
inline

Definition at line 49495 of file Player.cs.

49496 {
49497 if (item.channel)
49498 {
49499 channel = true;
49500 _channelShotCache = new ChannelCancelKey
49501 {
49502 ProjectileTypeExpected = item.shoot
49503 };
49504 }
49505 }
ChannelCancelKey _channelShotCache
Definition Player.cs:1523

References System.item.