package control
- Alphabetic
- Public
- Protected
Type Members
- class AmsControl extends DeployingVehicleControl
A vehicle control agency exclusive to the advanced mobile spawn (AMS).
A vehicle control agency exclusive to the advanced mobile spawn (AMS). When deployed, infantry troops may manifest nearby the vehicle as they switch from being deconstructed (or dead) to being alive.
- class AntControl extends DeployingVehicleControl with AntTransferBehavior
A vehicle control agency exclusive to the advanced nanite transport (ANT).
A vehicle control agency exclusive to the advanced nanite transport (ANT). When deployed, nanites in the package of nanite transfer units (NTU) are moved around and may be may be acquired from a Warp Gate structure or supplied to a nanite resource silo belonging to a mjaor facility.
- class ApcControl extends VehicleControl with VehicleCapacitance
A vehicle control agency exclusive to the armored personnel carrier (APC) ground transport vehicles.
A vehicle control agency exclusive to the armored personnel carrier (APC) ground transport vehicles. These vehicles include the Juggernaut (
apc_tr
), the Vindicator (apc_nc
), the and Leviathan (apc_vs
). A completely faction-neutral transport in the same sytle (apc
) does exist but is unused. A common characteristic of this type of vehicle is the ability to discharge a defensive wide-area electromagnetic pulse. - class BfrControl extends VehicleControl with BfrTransferBehavior with SiphonOwner
A vehicle control agency exclusive to the battleframe robotics (BFR) combat vehicle system.
- class BfrFlightControl extends BfrControl with VehicleCapacitance
...
- class CargoCarrierControl extends VehicleControl with CarrierBehavior
A vehicle control agency exclusive to vehicles that can physically transport other vehicles.
A vehicle control agency exclusive to vehicles that can physically transport other vehicles. This includes the Galaxy (
dropship
) and the Lodestar. - class DeployingVehicleControl extends VehicleControl with DeploymentBehavior
A vehicle control agency exclusive to vehicles that can switch out a navigation mode and convert to a sessile mode that affords additional functionality.
A vehicle control agency exclusive to vehicles that can switch out a navigation mode and convert to a sessile mode that affords additional functionality. This includes only the Switchblade and the Flail. Other vehicles that deploy are handled by specific instances of this control agency.
- See also
AmsControl
AntControl
RouterControl
- class RouterControl extends DeployingVehicleControl
A vehicle control agency exclusive to the router.
A vehicle control agency exclusive to the router. When deployed, any router telepad that was acquired from this particular router and then constructed into a router telepad somewhere in the world may synchronize with the vehicle to establish a short to medium range infantry teleportation system.
- trait VehicleCapacitance extends AnyRef
...
- class VehicleControl extends ServerObjectControl with Check with MountableBehavior with DamageableVehicle with Target with RepairableVehicle with JammableMountedWeapons with ContainableBehavior with AggravatedBehavior with RespondsToZoneEnvironment with CargoBehavior
An
Actor
that handles messages being dispatched to a specificVehicle
.
Vehicle-controlling actors have two important behavioral states - responsive and "Disabled
." The latter is applicable only when the specific vehicle is being deconstructed.An
Actor
that handles messages being dispatched to a specificVehicle
.
Vehicle-controlling actors have two important behavioral states - responsive and "Disabled
." The latter is applicable only when the specific vehicle is being deconstructed. Furthermore, being "ready to delete" is also a behavoral state for the end of life operations of the vehicle.
Value Members
- object ApcControl
- object BfrControl
- object BfrFlight
- object VehicleCapacitance
- object VehicleControl