Class

net.psforever.objects

ShieldGeneratorDeployable

Related Doc: package objects

Permalink

class ShieldGeneratorDeployable extends ComplexDeployable with Hackable

Source
ShieldGeneratorDeployable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShieldGeneratorDeployable
  2. Hackable
  3. ComplexDeployable
  4. Deployable
  5. OwnableByPlayer
  6. Vitality
  7. PlanetSideServerObject
  8. ZoneAware
  9. FactionAffinity
  10. PlanetSideGameObject
  11. WorldEntity
  12. IdentifiableEntity
  13. Identifiable
  14. AnyRef
  15. 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 ShieldGeneratorDeployable(cdef: ShieldGeneratorDefinition)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ShieldGeneratorDeployable to ArrowAssoc[ShieldGeneratorDeployable] 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 Actor: ActorRef

    Permalink

    Retrieve a reference to the internal Actor.

    Retrieve a reference to the internal Actor.

    returns

    the internal ActorRef

    Definition Classes
    PlanetSideServerObject
  7. def Actor_=(control: ActorRef): ActorRef

    Permalink

    Assign an Actor to act for this server object.

    Assign an Actor to act for this server object. This reference is only set once, that is, as long as the internal ActorRef directs to Actor.noSender (null).

    control

    the Actor whose functionality will govern this server object

    returns

    the current internal ActorRef

    Definition Classes
    PlanetSideServerObject
  8. def AssignOwnership(playerOpt: Option[Player]): OwnableByPlayer

    Permalink

    na

    na

    playerOpt

    na

    returns

    na

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

    Permalink

    na

    na

    player

    na

    returns

    na

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

    Permalink
    Definition Classes
    Vitality
  11. def Continent: String

    Permalink
    Definition Classes
    PlanetSideServerObjectZoneAware
  12. def Continent_=(zone: String): String

    Permalink
    Definition Classes
    PlanetSideServerObjectZoneAware
  13. def DamageModel: DamageResistanceModel

    Permalink
    Definition Classes
    DeployableVitality
  14. def Definition: DeployableDefinition

    Permalink
  15. def Entity: WorldEntity

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

    Permalink
    Definition Classes
    PlanetSideGameObject
  17. def Faction: types.PlanetSideEmpire.Value

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

    Permalink
    Definition Classes
    DeployableFactionAffinity
  19. def GUID: PlanetSideGUID

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

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  21. def HackDuration: Array[Int]

    Permalink
    Definition Classes
    Hackable
  22. def HackDuration_=(arr: Array[Int]): Array[Int]

    Permalink
    Definition Classes
    Hackable
  23. def HackEffectDuration: Array[Int]

    Permalink
    Definition Classes
    Hackable
  24. def HackEffectDuration_=(arr: Array[Int]): Array[Int]

    Permalink
    Definition Classes
    Hackable
  25. def HackSound: packet.game.TriggeredSound.Value

    Permalink
    Definition Classes
    Hackable
  26. def HackSound_=(sound: packet.game.TriggeredSound.Value): packet.game.TriggeredSound.Value

    Permalink
    Definition Classes
    Hackable
  27. def HackedBy: Option[HackInfo]

    Permalink
    Definition Classes
    Hackable
  28. def HackedBy_=(hackInfo: HackInfo): Option[HackInfo]

    Permalink
    Definition Classes
    Hackable
  29. def HackedBy_=(agent: Option[Player]): Option[HackInfo]

    Permalink

    Set the hack state of this object by recording important information about the player who caused it.

    Set the hack state of this object by recording important information about the player who caused it. Set the hack state if there is no current hack state. Override the hack state with a new hack state if the new user has different faction affiliation.

    agent

    a Player, or no player

    returns

    the player hack entry

    Definition Classes
    Hackable
  30. def HackedBy_=(agent: Player): Option[HackInfo]

    Permalink
    Definition Classes
    Hackable
  31. def HasGUID: Boolean

    Permalink
    Definition Classes
    IdentifiableEntity
  32. def Health: Int

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

    Permalink
    Definition Classes
    Deployable
  34. 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
  35. 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
  36. def History: List[VitalsActivity]

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

    Permalink
    Definition Classes
    IdentifiableEntity
  38. 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
  39. def MaxHealth: Int

    Permalink
    Definition Classes
    ComplexDeployableDeployable
  40. def MaxShields: Int

    Permalink
    Definition Classes
    ComplexDeployable
  41. def Orientation: Vector3

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    OwnableByPlayer
  51. def Position: Vector3

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

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  53. def Shields: Int

    Permalink
    Definition Classes
    ComplexDeployable
  54. def Shields_=(toShields: Int): Int

    Permalink
    Definition Classes
    ComplexDeployable
  55. def Velocity: Option[Vector3]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Hackable

Inherited from ComplexDeployable

Inherited from Deployable

Inherited from OwnableByPlayer

Inherited from Vitality

Inherited from PlanetSideServerObject

Inherited from ZoneAware

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 ShieldGeneratorDeployable to any2stringadd[ShieldGeneratorDeployable]

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

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

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

Ungrouped