terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ItemCheck_MinionAltFeatureUse()

void Terraria.Player.ItemCheck_MinionAltFeatureUse ( Item sItem,
bool cShoot )
inlineprivate

Definition at line 16657 of file Player.cs.

16658 {
16659 int shoot = sItem.shoot;
16660 if (sItem.shoot != 0)
16661 {
16662 int num = this.altFunctionUse;
16663 if (this.itemTime == 0)
16664 {
16665 int useTime = sItem.useTime;
16666 long num2 = 0L;
16667 this.itemTime = useTime;
16668 this.itemTimeMax = useTime;
16669 this.MinionNPCTargetAim(num2 != 0L);
16670 return;
16671 }
16672 }
16673 }
class f__AnonymousType0<< Count > j__TPar
void MinionNPCTargetAim(bool doNotDisableIfTheTargetIsTheSame)
Definition Player.cs:20045

References Terraria.Player.altFunctionUse, Terraria.Player.itemTime, j__TPar, System.L, and Terraria.Player.MinionNPCTargetAim().