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

◆ GrapplePullSpeed()

virtual void Terraria.ModLoader.ModProjectile.GrapplePullSpeed ( Player player,
ref float speed )
inlinevirtual

The speed at which the grapple pulls the player after hitting something. Defaults to 11, but the Bat Hook uses 16.

Definition at line 405 of file ModProjectile.cs.

406 {
407 }