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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ComplexDeployableSource
- Serializable
- Product
- Equals
- SourceEntry
- WorldEntity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ComplexDeployableSource(obj_def: ObjectDefinition with DeployableDefinition, faction: types.PlanetSideEmpire.Value, health: Int, shields: Int, ownerName: String, position: Vector3, orientation: Vector3)
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 CharId: Long
- Definition Classes
- SourceEntry
- def Definition: ObjectDefinition with DeployableDefinition
- Definition Classes
- ComplexDeployableSource → SourceEntry
- def Faction: types.PlanetSideEmpire.Value
- Definition Classes
- ComplexDeployableSource → SourceEntry
- def Health: Int
- def Modifiers: ResistanceProfile
- Definition Classes
- ComplexDeployableSource → SourceEntry
- def Name: String
- Definition Classes
- ComplexDeployableSource → SourceEntry
- def Orientation: Vector3
- Definition Classes
- ComplexDeployableSource → WorldEntity
- def Orientation_=(pos: Vector3): Vector3
- Definition Classes
- SourceEntry → WorldEntity
- def OwnerName: String
- def Position: Vector3
- Definition Classes
- ComplexDeployableSource → WorldEntity
- def Position_=(pos: Vector3): Vector3
- Definition Classes
- SourceEntry → WorldEntity
- def Shields: Int
- def Velocity: None
- Definition Classes
- ComplexDeployableSource → WorldEntity
- def Velocity_=(pos: Option[Vector3]): Option[Vector3]
- Definition Classes
- SourceEntry → WorldEntity
- def Velocity_=(vec: Vector3): Option[Vector3]
- Definition Classes
- WorldEntity
- 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
- val faction: types.PlanetSideEmpire.Value
- 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()
- val health: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- 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
- 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
- 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()
- val obj_def: ObjectDefinition with DeployableDefinition
- val orientation: Vector3
- val ownerName: String
- val position: Vector3
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val shields: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()