final case class ResolvedProjectile(resolution: ProjectileResolution.Value, projectile: Projectile, target: SourceEntry, damage_model: DamageResistanceModel, hit_pos: Vector3) extends Product with Serializable
An encapsulation of a projectile event that records sufficient historical information about the interaction of weapons discharge and a target to the point that the original event might be reconstructed. Reenacting the calculations of this entry should always produce the same values.
- projectile
the original projectile
- target
what the projectile hit
- damage_model
the kind of damage model to which the
targetis/was subject- hit_pos
where the projectile hit
- Source
- ResolvedProjectile.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResolvedProjectile
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ResolvedProjectile(resolution: ProjectileResolution.Value, projectile: Projectile, target: SourceEntry, damage_model: DamageResistanceModel, hit_pos: Vector3)
- projectile
the original projectile
- target
what the projectile hit
- damage_model
the kind of damage model to which the
targetis/was subject- hit_pos
where the projectile hit
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val damage_model: DamageResistanceModel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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 hit_pos: Vector3
- val hit_time: Long
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projectile: Projectile
- val resolution: ProjectileResolution.Value
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val target: SourceEntry
- 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()