package pad
- Alphabetic
- Public
- Protected
Type Members
- class VehicleSpawnControl extends VehicleSpawnControlBase with Check
An
Actor
that handles vehicle spawning orders for aVehicleSpawnPad
entity.An
Actor
that handles vehicle spawning orders for aVehicleSpawnPad
entity. The basicVehicleSpawnControl
is the root of a sequence of "spawn control" objects that chain to each other. Each object performs one (or more related) actions upon the vehicle order that was submitted.
The purpose of the base actor is to serve as the entry point for the spawning process and to manage the order queue. A spawn pad receives vehicle orders from a relatedTerminal
object. The control object accepts orders, enqueues them, and, whenever prompted by a previous complete order or by an absence of active orders, will select the first available order to be completed. This order will be "tracked" and will be given to the first functional "spawn control" object of the process. If the process is completed, or is ever aborted by any of the subsequent tasks, control will propagate down back to this control object. At this time, (or) once again, a new order can be submitted or will be selected. - class VehicleSpawnPad extends Amenity
A structure-owned server object that is a "spawn pad" for vehicles.
Spawn pads have no purpose on their own, save to represent the position and orientation of the game object.A structure-owned server object that is a "spawn pad" for vehicles.
Spawn pads have no purpose on their own, save to represent the position and orientation of the game object. Their controlActor
object maintains the operative queue by which a vehicle is introduced into the game world. The common features of spawn pads are its horizontal doors. Most spawn pads also contain a lifting platform that hoists the vehicles out a concealed trench. The Battleframe Robotics spawn sheds do not have lifting platforms as they are vertical structures.- See also
VehicleSpawnControl
- class VehicleSpawnPadDefinition extends AmenityDefinition
The definition for any
VehicleSpawnPad
.
Value Members
- object VehicleSpawnControl
- object VehicleSpawnPad
- object VehicleSpawnPadDefinition