Documentation

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

Methods

getAmount()

Returns the amount of this type of force.

public getAmount() : int
Return values
int

getArmourDamage()

public getArmourDamage() : int
Return values
int

getBaseAccuracy()

public getBaseAccuracy() : int
Return values
int

getName()

public getName() : string
Return values
string

getShieldDamage()

public getShieldDamage() : int
Return values
int

        
On this page

Search results