bulletFrameRandom : boolean If you've added a set of frames via Weapon.setBulletFrames then you can optionally
bulletWorldWrap : boolean Should the Bullets wrap around the world bounds? This automatically callsWorld.wrap
shots : number The total number of bullets this Weapon has fired so far.You can limit the number of shots allowed (via
fireAtPointer(pointer) → {Phaser.Bullet}
bulletKillDistance : number If you've set bulletKillType to Phaser.Weapon.KILL_DISTANCE this controls
killAll() → {Phaser.Weapon}
bulletCollideWorldBounds : boolean Should bullets collide with the World bounds or not?
resetShots(newLimit) → {Phaser
bulletRotateToVelocity : boolean Bullets can optionally adjust their rotation in-flight to match their velocity.This can
bulletWorldWrapPadding : integer If bulletWorldWrap is true then you can provide an optional padding value with this
Page 1 of 7