shots : number
The total number of bullets this Weapon has fired so far.
You can limit the number of shots allowed (via fireLimit
), and reset
this total via Weapon.resetShots
.
- Source code: plugins/weapon/WeaponPlugin.js (Line 61)
shots : number
The total number of bullets this Weapon has fired so far.
You can limit the number of shots allowed (via fireLimit
), and reset
this total via Weapon.resetShots
.
Please login to continue.