Class/Object

net.psforever.objects

Avatar

Related Docs: object Avatar | package objects

Permalink

class Avatar extends AnyRef

Source
Avatar.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Avatar
  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 Avatar(name: String, faction: types.PlanetSideEmpire.Value, sex: types.CharacterGender.Value, head: Int, voice: types.CharacterVoice.Value)

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

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

    Permalink
  7. def BEP_=(battleExperiencePoints: Long): Long

    Permalink
  8. def CEP: Long

    Permalink
  9. def CEP_=(commandExperiencePoints: Long): Long

    Permalink
  10. def Certifications: Set[types.CertificationType.Value]

    Permalink
  11. def Definition: AvatarDefinition

    Permalink
  12. def DeleteLoadout(line: Int): Unit

    Permalink
  13. def Deployables: DeployableToolbox

    Permalink
  14. def FifthSlot: EquipmentSlot

    Permalink
  15. def Implant(slot: Int): types.ImplantType.Value

    Permalink

    What kind of implant is installed into the given slot number?

    What kind of implant is installed into the given slot number?

    slot

    the slot number

    returns

    the tye of implant

    See also

    ImplantType

  16. def Implants: Array[ImplantSlot]

    Permalink

    Retrieve the three implant slots for this player.

    Retrieve the three implant slots for this player.

    returns

    an Array of ImplantSlot objects

  17. def InstallImplant(implant: ImplantDefinition): Option[Int]

    Permalink

    Given a new implant, assign it into a vacant implant slot on this player.

    The implant must be unique in terms of which implants have already been assigned to this player.

    Given a new implant, assign it into a vacant implant slot on this player.

    The implant must be unique in terms of which implants have already been assigned to this player. Multiple of a type of implant being assigned at once is not supported. Additionally, the implant is inserted into the earliest yet-unknown but vacant slot. Implant slots are vacant by just being unlocked or by having their previous implant uninstalled.

    implant

    the implant being installed

    returns

    the index of the ImplantSlot where the implant was installed

  18. def LoadLoadout(line: Int): Option[Loadout]

    Permalink
  19. def Loadouts: Seq[(Int, Loadout)]

    Permalink
  20. def Locker: LockerContainer

    Permalink
  21. def PersonalStyleFeatures: Option[Cosmetics]

    Permalink
  22. def PersonalStyleFeatures_=(app: Cosmetics): Option[Cosmetics]

    Permalink
  23. def ResetAllImplants(): Unit

    Permalink
  24. def SaveLoadout(owner: Vehicle, label: String, line: Int): Unit

    Permalink
  25. def SaveLoadout(owner: Player, label: String, line: Int): Unit

    Permalink
  26. def UninstallImplant(implantType: types.ImplantType.Value): Option[Int]

    Permalink

    Remove a specific implant from a player's allocated installed implants.

    Due to the exclusiveness of installed implants, any implant slot with a matching Definition can be uninstalled safely.

    Remove a specific implant from a player's allocated installed implants.

    Due to the exclusiveness of installed implants, any implant slot with a matching Definition can be uninstalled safely. (There will never be any doubles.) This operation can lead to an irregular pattern of installed and uninstalled ImplantSlot objects. Despite that breach of pattern, the logic here is consistent as demonstrated by the client and by packets. The client also assigns and removes implants based on slot numbers that only express availability of a "slot."

    implantType

    the type of implant being uninstalled

    returns

    the index of the ImplantSlot where the implant was found and uninstalled

    See also

    AvatarImplantMessage.implantSlot

  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def canEqual(other: Any): Boolean

    Permalink
  29. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Avatar → AnyRef → Any
  36. val faction: types.PlanetSideEmpire.Value

    Permalink
  37. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Avatar → AnyRef → Any
  41. val head: Int

    Permalink
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. val name: String

    Permalink
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. val sex: types.CharacterGender.Value

    Permalink
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Avatar → AnyRef → Any
  50. val voice: types.CharacterVoice.Value

    Permalink
  51. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped