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

◆ CanUseGrapple()

virtual ? bool Terraria.ModLoader.GlobalProjectile.CanUseGrapple ( int type,
Player player )
inlinevirtual

Whether or not a grappling hook that shoots this type of projectile can be used by the given player. Return null to use the default code (whether or not the player is in the middle of firing the grappling hook). Returns null by default.

Definition at line 343 of file GlobalProjectile.cs.

344 {
345 return null;
346 }