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

◆ ChangePlayerDirectionOnShoot

bool Terraria.Item.ChangePlayerDirectionOnShoot = true
getset

When true, shooting any projectile from this item will make the owner face the projectile. Defaults to true.
The only 2 vanilla items that change this from true to false are the Grand Design and Beam Sword
This is different to F:Terraria.Item.useTurn. Item.useTurn will prevent the player from changing their direction while the animation is playing if it is set to true.

Definition at line 1097 of file Item.cs.

1097{ get; set; } = true;

Referenced by Terraria.Item.ResetStats(), Terraria.Item.SetDefaults1(), and Terraria.Item.SetDefaults4().