final case class SquadStateInfo(char_id: Long, health: Int, armor: Int, pos: Vector3, unk4: Int, unk5: Int, unk6: Boolean, unk7: Int, unk8: Option[Int], unk9: Option[Boolean]) extends Product with Serializable
Information about a specific squad member.
- char_id
the character's unique identifier
- health
the character's health value percentage, divided into 64 units
- armor
the character's armor value percentage, divided into 64 units
- pos
the world coordinates of the character
- unk4
na; usually, 2
- unk5
na; usually, 2
- unk6
na; usually, false
- unk7
na
- unk8
na; if defined, will be defined with unk9
- unk9
na; if defined, will be defined with unk8
- Source
- SquadState.scala
- Alphabetic
- By Inheritance
- SquadStateInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SquadStateInfo(char_id: Long, health: Int, armor: Int, pos: Vector3, unk4: Int, unk5: Int, unk6: Boolean, unk7: Int, unk8: Option[Int], unk9: Option[Boolean])
- char_id
the character's unique identifier
- health
the character's health value percentage, divided into 64 units
- armor
the character's armor value percentage, divided into 64 units
- pos
the world coordinates of the character
- unk4
na; usually, 2
- unk5
na; usually, 2
- unk6
na; usually, false
- unk7
na
- unk8
na; if defined, will be defined with unk9
- unk9
na; if defined, will be defined with unk8
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 char_id: Long
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val pos: Vector3
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk4: Int
- val unk5: Int
- val unk6: Boolean
- val unk7: Int
- val unk8: Option[Int]
- val unk9: Option[Boolean]
- 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()