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

◆ ItemCheck_MinionAltFeatureUse()

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

Definition at line 50385 of file Player.cs.

50386 {
50388 {
50390 if (whoAmI == Main.myPlayer)
50391 {
50393 }
50394 }
50395 }
int whoAmI
The index of this Entity within its specific array. These arrays track the entities in the world....
Definition Entity.cs:16
static bool[] MinionTargettingFeature
If true for a given projectile type (F:Terraria.Projectile.type), then any item that shoots that proj...
void MinionNPCTargetAim(bool doNotDisableIfTheTargetIsTheSame)
Definition Player.cs:57952
bool ItemTimeIsZero
Definition Player.cs:4402
void ApplyItemTime(Item sItem, float multiplier=1f, bool? callUseItem=null)
Definition Player.cs:4907

References Terraria.Player.altFunctionUse, Terraria.Player.ApplyItemTime(), Terraria.Player.ItemTimeIsZero, Terraria.Player.MinionNPCTargetAim(), Terraria.ID.ProjectileID.Sets.MinionTargettingFeature, Terraria.Main.myPlayer, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.ItemCheck_OwnerOnlyCode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: