Class/Object

net.psforever.objects.ballistics

VehicleSource

Related Docs: object VehicleSource | package ballistics

Permalink

final case class VehicleSource(obj_def: VehicleDefinition, faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, position: Vector3, orientation: Vector3, velocity: Option[Vector3], modifiers: ResistanceProfile) extends SourceEntry with Product with Serializable

Source
VehicleSource.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, SourceEntry, WorldEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VehicleSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SourceEntry
  7. WorldEntity
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VehicleSource(obj_def: VehicleDefinition, faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, position: Vector3, orientation: Vector3, velocity: Option[Vector3], modifiers: ResistanceProfile)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to any2stringadd[VehicleSource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (VehicleSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to ArrowAssoc[VehicleSource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def CharId: Long

    Permalink
    Definition Classes
    SourceEntry
  7. def Definition: VehicleDefinition

    Permalink
    Definition Classes
    VehicleSourceSourceEntry
  8. def Faction: types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    VehicleSourceSourceEntry
  9. def Health: Int

    Permalink
  10. def Modifiers: ResistanceProfile

    Permalink
    Definition Classes
    VehicleSourceSourceEntry
  11. def Name: String

    Permalink
    Definition Classes
    VehicleSourceSourceEntry
  12. def Orientation: Vector3

    Permalink
    Definition Classes
    VehicleSourceWorldEntity
  13. def Orientation_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  14. def Position: Vector3

    Permalink
    Definition Classes
    VehicleSourceWorldEntity
  15. def Position_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  16. def Shields: Int

    Permalink
  17. def Velocity: Option[Vector3]

    Permalink
    Definition Classes
    VehicleSourceWorldEntity
  18. def Velocity_=(pos: Option[Vector3]): Option[Vector3]

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  19. def Velocity_=(vec: Vector3): Option[Vector3]

    Permalink
    Definition Classes
    WorldEntity
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def ensuring(cond: (VehicleSource) ⇒ Boolean, msg: ⇒ Any): VehicleSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to Ensuring[VehicleSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (VehicleSource) ⇒ Boolean): VehicleSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to Ensuring[VehicleSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): VehicleSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to Ensuring[VehicleSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): VehicleSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to Ensuring[VehicleSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. val faction: types.PlanetSideEmpire.Value

    Permalink
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to StringFormat[VehicleSource] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. val health: Int

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val modifiers: ResistanceProfile

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val obj_def: VehicleDefinition

    Permalink
  38. val orientation: Vector3

    Permalink
  39. val position: Vector3

    Permalink
  40. val shields: Int

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val velocity: Option[Vector3]

    Permalink
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (VehicleSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleSource to ArrowAssoc[VehicleSource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SourceEntry

Inherited from WorldEntity

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from VehicleSource to any2stringadd[VehicleSource]

Inherited by implicit conversion StringFormat from VehicleSource to StringFormat[VehicleSource]

Inherited by implicit conversion Ensuring from VehicleSource to Ensuring[VehicleSource]

Inherited by implicit conversion ArrowAssoc from VehicleSource to ArrowAssoc[VehicleSource]

Ungrouped