object VehicleTerminalDefinition
- Alphabetic
- By Inheritance
- VehicleTerminalDefinition
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def MakeVehicle(vdef: VehicleDefinition)(): Vehicle
Create a new
Vehicle
from providedVehicleDefinition
objects.Create a new
Vehicle
from providedVehicleDefinition
objects.- vdef
the
VehicleDefinition
object- returns
a curried function that, when called, creates the
Vehicle
- Attributes
- protected
- See also
GlobalDefinitions
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bfrVehicles: Map[String, () => Vehicle]
A
Map
of operations for producing a ground-basedVehicle
specific to the bfr terminal.A
Map
of operations for producing a ground-basedVehicle
specific to the bfr terminal. key - an identification string sent by the client value - a curried function that builds the object - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val flight1Vehicles: Map[String, () => Vehicle]
A
Map
of operations for producing most flight-basedVehicle
.A
Map
of operations for producing most flight-basedVehicle
. key - an identification string sent by the client value - a curried function that builds the object - val flight2Vehicles: Map[String, () => Vehicle]
A
Map
of operations for producing a flight-basedVehicle
specific to the dropship terminal.A
Map
of operations for producing a flight-basedVehicle
specific to the dropship terminal. key - an identification string sent by the client value - a curried function that builds the object - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groundVehicles: Map[String, () => Vehicle]
A
Map
of operations for producing a ground-basedVehicle
.A
Map
of operations for producing a ground-basedVehicle
. key - an identification string sent by the client value - a curried function that builds the object - def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trunk: Map[String, Loadout]
A
Map
of the default contents of aVehicle
inventory, called the trunk.A
Map
of the default contents of aVehicle
inventory, called the trunk. key - an identification string sent by the client (for the vehicle) value - a curried function that builds the object - final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()