pauseAll() → {Phaser.Weapon}
Sets Body.enable
to false
on each bullet in this Weapon.
This has the effect of stopping them in-flight should they be moving.
It also stops them being able to be checked for collision.
Returns
This Weapon instance.
- Source code: plugins/weapon/WeaponPlugin.js (Line 509)
Please login to continue.