object Projectile extends Serializable
- Source
- Projectile.scala
- Alphabetic
- By Inheritance
- Projectile
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 apply(profile: ProjectileDefinition, tool_def: ToolDefinition, fire_mode: FireModeDefinition, owner: SourceEntry, attribute_to: Int, shot_origin: Vector3, shot_angle: Vector3): Projectile
- def apply(profile: ProjectileDefinition, tool_def: ToolDefinition, fire_mode: FireModeDefinition, owner: PlanetSideGameObject with FactionAffinity, attribute_to: Int, shot_origin: Vector3, shot_angle: Vector3): Projectile
Overloaded constructor for an
Unresolved
projectile.Overloaded constructor for an
Unresolved
projectile.- profile
an explanation of the damage that can be performed by this discharge
- tool_def
the weapon that caused this discharge
- fire_mode
the current fire mode of the tool used
- owner
the agency that caused the weapon to produce this projectile
- attribute_to
an object ID that refers to the method of death that would be reported
- shot_origin
where the projectile started
- shot_angle
in which direction the projectile was aimed when it was discharged
- returns
the
Projectile
object
- def apply(profile: ProjectileDefinition, tool_def: ToolDefinition, fire_mode: FireModeDefinition, owner: PlanetSideGameObject with FactionAffinity, shot_origin: Vector3, shot_angle: Vector3): Projectile
Overloaded constructor for an
Unresolved
projectile.Overloaded constructor for an
Unresolved
projectile.- profile
an explanation of the damage that can be performed by this discharge
- tool_def
the weapon that caused this discharge
- fire_mode
the current fire mode of the tool used
- owner
the agency that caused the weapon to produce this projectile
- shot_origin
where the projectile started
- shot_angle
in which direction the projectile was aimed when it was discharged
- returns
the
Projectile
object
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val baseUID: Int
the first projectile GUID used by all clients internally
- 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
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final val rangeUID: Int
all clients progress through 40100 to 40124 normally, skipping only for long-lived projectiles 40125 to 40149 are being reserved as a guard against undetected overflow
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()