object VehicleDefinition
- Source
- VehicleDefinition.scala
- Alphabetic
- By Inheritance
- VehicleDefinition
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class AmsDefinition extends VehicleDefinition
- Attributes
- protected
- class AntDefinition extends VehicleDefinition
- Attributes
- protected
- class ApcDefinition extends VehicleDefinition
- Attributes
- protected
- class BfrDefinition extends VehicleDefinition
- Attributes
- protected
- class BfrFlightDefinition extends VehicleDefinition
- Attributes
- protected
- class CarrierDefinition extends VehicleDefinition
- Attributes
- protected
- class DeployingDefinition extends VehicleDefinition
- Attributes
- protected
- class RouterDefinition extends VehicleDefinition
- Attributes
- 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 Ams(objectId: Int): VehicleDefinition
Vehicle definition for the advanced mobile spawn (AMS) vehicle.
Vehicle definition for the advanced mobile spawn (AMS) vehicle.
- objectId
the object id that is associated with this sort of
Vehicle
- def Ant(objectId: Int): VehicleDefinition
Vehicle definition for the advanced nanite transport (ANT) vehicle.
Vehicle definition for the advanced nanite transport (ANT) vehicle.
- objectId
the object id that is associated with this sort of
Vehicle
- def Apc(objectId: Int): VehicleDefinition
Vehicle definition(s) for the armored personnel carrier (
apc*
) vehicles.Vehicle definition(s) for the armored personnel carrier (
apc*
) vehicles.- objectId
the object id that is associated with this sort of
Vehicle
- def Bfr(objectId: Int): VehicleDefinition
Vehicle definition(s) for the battle frame robotics vehicles.
Vehicle definition(s) for the battle frame robotics vehicles.
- objectId
the object id that is associated with this sort of
Vehicle
- def BfrFlight(objectId: Int): VehicleDefinition
Vehicle definition(s) for the flight variant of the battle frame robotics vehicles.
Vehicle definition(s) for the flight variant of the battle frame robotics vehicles.
- objectId
the object id that is associated with this sort of
Vehicle
- def Carrier(objectId: Int): VehicleDefinition
Vehicle definition(s) for the vehicles (carriers) that are used to transport other vehicles (cargo).
Vehicle definition(s) for the vehicles (carriers) that are used to transport other vehicles (cargo).
- objectId
the object id that is associated with this sort of
Vehicle
- def Deploying(objectId: Int): VehicleDefinition
Vehicle definition(s) for the vehicles that perform significant mode state transitions.
Vehicle definition(s) for the vehicles that perform significant mode state transitions.
- objectId
the object id that is associated with this sort of
Vehicle
- def Router(objectId: Int): VehicleDefinition
Vehicle definition for the Router.
Vehicle definition for the Router.
- objectId
the object id that is associated with this sort of
Vehicle
- def apply(objectId: Int): VehicleDefinition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- 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()