Other great resources: Official JS API docs, Scripting Forum
Weapon Object
- Aubergine
Owned by Aubergine
An object describing a weapon turret...
Â
Properties
Property | Type | Description | Game version |
---|---|---|---|
type | <not implemented yet> | Â | Â |
name | String | The weapon turret id (eg. what weapon is it) | 3.2 |
fullname | String | Human readable name of the weapon turret. | 3.2 |
class | String | The weapon class:
| 3.2 |
damage | Number | The amount of damage the weapon delivers. Armour (thermal or kinetic, as applicable) on the target reduces the damage taken. | 3.2 |
firePause | Number | The delay between shots, in milliseconds. | 3.2 |
fireOnMove | Boolean | Can the weapon fire while moving?
| 3.2 |
Availability 3.2+
Requires:
- Warzone 3.2 or above
Contents
Jump to:
See also
Related articles:
- Droid object – its .weapons[] array lists attached weapon turrets
- Structure object – its .weapons[] array lists attached weapon turrets
- getWeaponInfo() used to get Weapon Objects
Â