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

◆ StartChanneling() [2/2]

void Terraria.Player.StartChanneling ( Item item)
inline

Definition at line 53535 of file Player.cs.

53536 {
53537 if (item.channel)
53538 {
53539 channel = true;
53540 _channelShotCache = new ChannelCancelKey
53541 {
53542 ProjectileTypeExpected = item.shoot
53543 };
53544 }
53545 }
ChannelCancelKey _channelShotCache
Definition Player.cs:2040

References Terraria.Player._channelShotCache, Terraria.Item.channel, and Terraria.Player.channel.