Trait/Object

net.psforever.objects.ce

Deployable

Related Docs: object Deployable | package ce

Permalink

trait Deployable extends FactionAffinity with Vitality with OwnableByPlayer

Self Type
Deployable with PlanetSideGameObject
Source
Deployable.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deployable
  2. OwnableByPlayer
  3. Vitality
  4. FactionAffinity
  5. AnyRef
  6. 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

Abstract Value Members

  1. abstract def Definition: ObjectDefinition with BaseDeployableDefinition

    Permalink
  2. abstract def MaxHealth: Int

    Permalink

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Deployable to ArrowAssoc[Deployable] 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 Faction: types.PlanetSideEmpire.Value

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

    Permalink
    Definition Classes
    DeployableFactionAffinity
  12. def Health: Int

    Permalink
  13. def Health_=(toHealth: Int): Int

    Permalink
  14. 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
  15. 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
  16. def History: List[VitalsActivity]

    Permalink
    Definition Classes
    Vitality
  17. 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
  18. def Owner: Option[PlanetSideGUID]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    OwnableByPlayer
  26. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from OwnableByPlayer

Inherited from Vitality

Inherited from FactionAffinity

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped