Class/Object

net.psforever.objects

ImplantSlot

Related Docs: object ImplantSlot | package objects

Permalink

class ImplantSlot extends AnyRef

A slot "on the player" into which an implant is installed. In total, players have three implant slots.

All implants slots start as "locked" and must be "unlocked" through battle rank advancement. Only after it is "unlocked" may an implant be "installed" into the slot. Upon installation, it undergoes an initialization period and then, after which, it is ready for user activation. Being jammed de-activates the implant, put it into a state of "not being ready," and causes the initialization to repeat.

Source
ImplantSlot.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplantSlot
  2. AnyRef
  3. 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 ImplantSlot()

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

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

    Permalink
  7. def Active: Boolean

    Permalink
  8. def Active_=(state: Boolean): Boolean

    Permalink
  9. def Charge(suit: types.ExoSuitType.Value, stance: definition.Stance.Value): Int

    Permalink

    Calculate the stamina consumption of the implant for any given moment of being active after its activation.

    Calculate the stamina consumption of the implant for any given moment of being active after its activation. As implant energy use can be influenced by both exo-suit worn and general stance held, both are considered.

    suit

    the exo-suit being worn

    stance

    the player's stance

    returns

    the amount of stamina (energy) that is consumed

  10. def Implant: types.ImplantType.Value

    Permalink
  11. def Implant_=(anImplant: Option[ImplantDefinition]): types.ImplantType.Value

    Permalink
  12. def Implant_=(anImplant: ImplantDefinition): types.ImplantType.Value

    Permalink
  13. def Initialized: Boolean

    Permalink
  14. def Initialized_=(init: Boolean): Boolean

    Permalink
  15. def Installed: Option[ImplantDefinition]

    Permalink
  16. def Jammed(): Unit

    Permalink
  17. def MaxTimer: Long

    Permalink
  18. def Unlocked: Boolean

    Permalink
  19. def Unlocked_=(lock: Boolean): Boolean

    Permalink
  20. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped