onFireLimit : Phaser.Signal
The onFireLimit Signal is dispatched if Weapon.fireLimit
is > 0, and a bullet launch takes the number
of shots fired to equal the fire limit.
The callback is sent two arguments: A reference to the Weapon that hit the limit, and the value ofWeapon.fireLimit
.
- Source code: plugins/weapon/WeaponPlugin.js (Line 325)
Please login to continue.