ForcesTrait
Common interface used by the subset of AbstractWeapon classes that are used for forces (mines, combat drones, and scout drones).
Table of Contents
Properties
- $accuracy : int
- $amount : int
- $armourDamage : int
- $name : string
- $shieldDamage : int
Methods
- getAmount() : int
- Returns the amount of this type of force.
- getArmourDamage() : int
- getBaseAccuracy() : int
- getName() : string
- getShieldDamage() : int
Properties
$accuracy
protected
int
$accuracy
$amount
protected
int
$amount
$armourDamage
protected
int
$armourDamage
$name
protected
string
$name
$shieldDamage
protected
int
$shieldDamage
Methods
getAmount()
Returns the amount of this type of force.
public
getAmount() : int
Return values
intgetArmourDamage()
public
getArmourDamage() : int
Return values
intgetBaseAccuracy()
public
getBaseAccuracy() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetShieldDamage()
public
getShieldDamage() : int