Class

net.psforever.objects

ExplosiveDeployable

Related Doc: package objects

Permalink

class ExplosiveDeployable extends SimpleDeployable

Source
ExplosiveDeployable.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExplosiveDeployable
  2. SimpleDeployable
  3. Deployable
  4. OwnableByPlayer
  5. Vitality
  6. FactionAffinity
  7. PlanetSideGameObject
  8. WorldEntity
  9. IdentifiableEntity
  10. Identifiable
  11. AnyRef
  12. 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 ExplosiveDeployable(cdef: DeployableDefinition)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExplosiveDeployable to ArrowAssoc[ExplosiveDeployable] 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 AssignOwnership(playerOpt: Option[Player]): OwnableByPlayer

    Permalink

    na

    na

    playerOpt

    na

    returns

    na

    Definition Classes
    OwnableByPlayer
  7. def AssignOwnership(player: Player): OwnableByPlayer

    Permalink

    na

    na

    player

    na

    returns

    na

    Definition Classes
    OwnableByPlayer
  8. def ClearHistory(): List[VitalsActivity]

    Permalink
    Definition Classes
    Vitality
  9. def DamageModel: DamageResistanceModel

    Permalink
    Definition Classes
    DeployableVitality
  10. def Definition: DeployableDefinition

    Permalink
  11. def Entity: WorldEntity

    Permalink
    Definition Classes
    PlanetSideGameObject
  12. def Entity_=(newEntity: WorldEntity): Unit

    Permalink
    Definition Classes
    PlanetSideGameObject
  13. def Exploded: Boolean

    Permalink
  14. def Exploded_=(fuse: Boolean): Boolean

    Permalink
  15. def Faction: types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    DeployableFactionAffinity
  16. def Faction_=(toFaction: types.PlanetSideEmpire.Value): types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    DeployableFactionAffinity
  17. def GUID: PlanetSideGUID

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  18. def GUID_=(guid: PlanetSideGUID): PlanetSideGUID

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  19. def HasGUID: Boolean

    Permalink
    Definition Classes
    IdentifiableEntity
  20. def Health: Int

    Permalink
    Definition Classes
    Deployable
  21. def Health_=(toHealth: Int): Int

    Permalink
    Definition Classes
    Deployable
  22. def History(projectile: ResolvedProjectile): List[VitalsActivity]

    Permalink

    Very common example of a VitalsActivity event involving weapon discharge.

    Very common example of a VitalsActivity event involving weapon discharge.

    projectile

    the fully-informed entry of discharge of a weapon

    returns

    the list of previous changes to this object's vital statistics

    Definition Classes
    Vitality
  23. def History(action: VitalsActivity): List[VitalsActivity]

    Permalink

    A VitalsActivity event must be recorded.

    A VitalsActivity event must be recorded. Add new entry to the front of the list (for recent activity).

    action

    the fully-informed entry

    returns

    the list of previous changes to this object's vital statistics

    Definition Classes
    Vitality
  24. def History: List[VitalsActivity]

    Permalink
    Definition Classes
    Vitality
  25. def Invalidate(): Unit

    Permalink
    Definition Classes
    IdentifiableEntity
  26. def LastShot: Option[ResolvedProjectile]

    Permalink

    Find, specifically, the last instance of a weapon discharge vital statistics change.

    Find, specifically, the last instance of a weapon discharge vital statistics change.

    returns

    information about the discharge

    Definition Classes
    Vitality
  27. def MaxHealth: Int

    Permalink
    Definition Classes
    SimpleDeployableDeployable
  28. def Orientation: Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  29. def Orientation_=(vec: Vector3): Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  30. def Owner: Option[PlanetSideGUID]

    Permalink
    Definition Classes
    OwnableByPlayer
  31. def OwnerName: Option[String]

    Permalink
    Definition Classes
    OwnableByPlayer
  32. def OwnerName_=(owner: Option[String]): Option[String]

    Permalink
    Definition Classes
    OwnableByPlayer
  33. def OwnerName_=(owner: Player): Option[String]

    Permalink
    Definition Classes
    OwnableByPlayer
  34. def OwnerName_=(owner: String): Option[String]

    Permalink
    Definition Classes
    OwnableByPlayer
  35. def Owner_=(owner: Option[PlanetSideGUID]): Option[PlanetSideGUID]

    Permalink
    Definition Classes
    OwnableByPlayer
  36. def Owner_=(owner: Player): Option[PlanetSideGUID]

    Permalink
    Definition Classes
    OwnableByPlayer
  37. def Owner_=(owner: PlanetSideGUID): Option[PlanetSideGUID]

    Permalink
    Definition Classes
    OwnableByPlayer
  38. def Position: Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  39. def Position_=(vec: Vector3): Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  40. def Velocity: Option[Vector3]

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  41. def Velocity_=(vec: Option[Vector3]): Option[Vector3]

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  42. def Velocity_=(vec: Vector3): Option[Vector3]

    Permalink
    Definition Classes
    WorldEntity
  43. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  44. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def ensuring(cond: (ExplosiveDeployable) ⇒ Boolean, msg: ⇒ Any): ExplosiveDeployable

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExplosiveDeployable to Ensuring[ExplosiveDeployable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  50. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  51. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExplosiveDeployable to StringFormat[ExplosiveDeployable] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  53. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  54. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  55. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  56. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  61. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExplosiveDeployable to ArrowAssoc[ExplosiveDeployable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SimpleDeployable

Inherited from Deployable

Inherited from OwnableByPlayer

Inherited from Vitality

Inherited from FactionAffinity

Inherited from PlanetSideGameObject

Inherited from WorldEntity

Inherited from IdentifiableEntity

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExplosiveDeployable to any2stringadd[ExplosiveDeployable]

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

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

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

Ungrouped