Game ReferenceGame Global FunctionsDestroyProjectileOn this pageDestroyProjectile Description Destroys a projectile that was previously created using CreateProjectile. function DestroyProjectile(projectile) --[[ ... ]] end Parameters projectile: integer - The handle of the projectile to destroy. Return Values None. Example None. See Also Game's Native CreateProjectile