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

Source
ComplexDeployableSource.scala
Linear Supertypes
Serializable, Product, Equals, SourceEntry, WorldEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComplexDeployableSource
  2. Serializable
  3. Product
  4. Equals
  5. SourceEntry
  6. WorldEntity
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ComplexDeployableSource(obj_def: ObjectDefinition with DeployableDefinition, faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, ownerName: String, position: Vector3, orientation: Vector3)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def CharId: Long
    Definition Classes
    SourceEntry
  5. def Definition: ObjectDefinition with DeployableDefinition
    Definition Classes
    ComplexDeployableSourceSourceEntry
  6. def Faction: types.PlanetSideEmpire.Value
    Definition Classes
    ComplexDeployableSourceSourceEntry
  7. def Health: Int
  8. def Modifiers: ResistanceProfile
    Definition Classes
    ComplexDeployableSourceSourceEntry
  9. def Name: String
    Definition Classes
    ComplexDeployableSourceSourceEntry
  10. def Orientation: Vector3
    Definition Classes
    ComplexDeployableSourceWorldEntity
  11. def Orientation_=(pos: Vector3): Vector3
    Definition Classes
    SourceEntryWorldEntity
  12. def OwnerName: String
  13. def Position: Vector3
    Definition Classes
    ComplexDeployableSourceWorldEntity
  14. def Position_=(pos: Vector3): Vector3
    Definition Classes
    SourceEntryWorldEntity
  15. def Shields: Int
  16. def Velocity: None
    Definition Classes
    ComplexDeployableSourceWorldEntity
  17. def Velocity_=(pos: Option[Vector3]): Option[Vector3]
    Definition Classes
    SourceEntryWorldEntity
  18. def Velocity_=(vec: Vector3): Option[Vector3]
    Definition Classes
    WorldEntity
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val faction: types.PlanetSideEmpire.Value
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val health: Int
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isMoving(test: Float): Boolean

    This object is not considered moving unless it is moving at least as fast as a certain velocity.

    This object is not considered moving unless it is moving at least as fast as a certain velocity.

    test

    the (squared) velocity to test against

    returns

    true, if we are moving; false, otherwise

    Definition Classes
    WorldEntity
  28. def isMoving(test: Vector3): Boolean

    This object is not considered moving unless it is moving at least as fast as a certain velocity.

    This object is not considered moving unless it is moving at least as fast as a certain velocity.

    test

    the velocity to test against

    returns

    true, if we are moving; false, otherwise

    Definition Classes
    WorldEntity
  29. def isMoving: Boolean

    A velocity of non-zero is the same as moving.

    A velocity of non-zero is the same as moving.

    returns

    true, if we are moving; false, otherwise

    Definition Classes
    WorldEntity
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val obj_def: ObjectDefinition with DeployableDefinition
  34. val orientation: Vector3
  35. val ownerName: String
  36. val position: Vector3
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. val shields: Int
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SourceEntry

Inherited from WorldEntity

Inherited from AnyRef

Inherited from Any

Ungrouped