resumeAll() → {Phaser.Weapon}
Sets Body.enable
to true
on each bullet in this Weapon.
This has the effect of resuming their motion should they be in-flight.
It also enables them for collision checks again.
Returns
This Weapon instance.
- Source code: plugins/weapon/WeaponPlugin.js (Line 525)
Please login to continue.