final case class DetailedCharacterA(bep: Long, cep: Long, unk1: Long, unk2: Long, unk3: Long, healthMax: Int, health: Int, unk4: Boolean, armor: Int, unk5: Long, staminaMax: Int, stamina: Int, max_field: Option[Long], unk6: Int, unk7: Int, unk8: Long, unk9: List[Int], certs: List[Certification]) extends StreamBitSize with Product with Serializable
A representation of a portion of an avatar's ObjectCreateDetailedMessage
packet data.
- bep
the avatar's battle experience points, which determines his Battle Rank
- cep
the avatar's command experience points, which determines his Command Rank
- healthMax
for
x / y
of hitpoints, this is the avatar'sy
value; range is 0-65535- health
for
x / y
of hitpoints, this is the avatar'sx
value; range is 0-65535- armor
for
x / y
of armor points, this is the avatar'sx
value; range is 0-65535; the avatar'sy
armor points is tied to their exo-suit type- staminaMax
for
x / y
of stamina points, this is the avatar'sy
value; range is 0-65535- stamina
for
x / y
of stamina points, this is the avatar'sx
value; range is 0-65535- max_field
unk; this field exists only when the player is wearing a mechanized assault exo-suit
- certs
the
List
of certifications
- Source
- DetailedCharacterData.scala
- See also
CharacterData
CertificationType
- Alphabetic
- By Inheritance
- DetailedCharacterA
- Serializable
- Product
- Equals
- StreamBitSize
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DetailedCharacterA(bep: Long, cep: Long, unk1: Long, unk2: Long, unk3: Long, healthMax: Int, health: Int, unk4: Boolean, armor: Int, unk5: Long, staminaMax: Int, stamina: Int, max_field: Option[Long], unk6: Int, unk7: Int, unk8: Long, unk9: List[Int], certs: List[Certification])
- bep
the avatar's battle experience points, which determines his Battle Rank
- cep
the avatar's command experience points, which determines his Command Rank
- healthMax
for
x / y
of hitpoints, this is the avatar'sy
value; range is 0-65535- health
for
x / y
of hitpoints, this is the avatar'sx
value; range is 0-65535- armor
for
x / y
of armor points, this is the avatar'sx
value; range is 0-65535; the avatar'sy
armor points is tied to their exo-suit type- staminaMax
for
x / y
of stamina points, this is the avatar'sy
value; range is 0-65535- stamina
for
x / y
of stamina points, this is the avatar'sx
value; range is 0-65535- max_field
unk; this field exists only when the player is wearing a mechanized assault exo-suit
- certs
the
List
of certifications
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val armor: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bep: Long
- def bitsize: Long
Performs a "sizeof()" analysis of the given object.
The calculation reflects thescodec Codec
definition rather than the explicit parameter fields.Performs a "sizeof()" analysis of the given object.
The calculation reflects thescodec Codec
definition rather than the explicit parameter fields. For example, a traditionalInt
is normally a 32-bit number, often rendered as a32u
number. When parsed with auintL(7)
, it's length will be considered 7 bits (7u
). (Note: being permanently signed, anscodec
value of32u
or longer must fit into aLong
type.)- returns
the number of bits necessary to measure an object of this class; defaults to
0L
- Definition Classes
- DetailedCharacterA → StreamBitSize
- val cep: Long
- val certs: List[Certification]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val health: Int
- val healthMax: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val max_field: Option[Long]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val stamina: Int
- val staminaMax: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk1: Long
- val unk2: Long
- val unk3: Long
- val unk4: Boolean
- val unk5: Long
- val unk6: Int
- val unk7: Int
- val unk8: Long
- val unk9: List[Int]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()