Class/Object

net.psforever.objects.ballistics

DeployableSource

Related Docs: object DeployableSource | package ballistics

Permalink

final case class DeployableSource(obj_def: ObjectDefinition with BaseDeployableDefinition, faction: types.PlanetSideEmpire.Value, health: Int, ownerName: String, position: Vector3, orientation: Vector3) extends SourceEntry with Product with Serializable

Source
DeployableSource.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, SourceEntry, WorldEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeployableSource
  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 DeployableSource(obj_def: ObjectDefinition with BaseDeployableDefinition, faction: types.PlanetSideEmpire.Value, health: Int, ownerName: String, position: Vector3, orientation: Vector3)

    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 DeployableSource to any2stringadd[DeployableSource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeployableSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeployableSource to ArrowAssoc[DeployableSource] 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: ObjectDefinition with BaseDeployableDefinition

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

    Permalink
    Definition Classes
    DeployableSourceSourceEntry
  9. def Health: Int

    Permalink
  10. def Modifiers: ResistanceProfile

    Permalink
    Definition Classes
    DeployableSourceSourceEntry
  11. def Name: String

    Permalink
    Definition Classes
    DeployableSourceSourceEntry
  12. def Orientation: Vector3

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

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  14. def OwnerName: String

    Permalink
  15. def Position: Vector3

    Permalink
    Definition Classes
    DeployableSourceWorldEntity
  16. def Position_=(pos: Vector3): Vector3

    Permalink
    Definition Classes
    SourceEntryWorldEntity
  17. def Velocity: None.type

    Permalink
    Definition Classes
    DeployableSourceWorldEntity
  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: (DeployableSource) ⇒ Boolean, msg: ⇒ Any): DeployableSource

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeployableSource to Ensuring[DeployableSource] 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 DeployableSource to StringFormat[DeployableSource] 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. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val obj_def: ObjectDefinition with BaseDeployableDefinition

    Permalink
  37. val orientation: Vector3

    Permalink
  38. val ownerName: String

    Permalink
  39. val position: Vector3

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

    Permalink
    Definition Classes
    AnyRef
  41. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeployableSource to ArrowAssoc[DeployableSource] 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 DeployableSource to any2stringadd[DeployableSource]

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

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

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

Ungrouped