fireLimit : number
The maximum number of shots that this Weapon is allowed to fire before it stops.
When the limit is his the Weapon.onFireLimit
Signal is dispatched.
You can reset the shot counter via Weapon.resetShots
.
- Source code: plugins/weapon/WeaponPlugin.js (Line 69)
Please login to continue.