Packages

final case class UseItemMessage(avatar_guid: PlanetSideGUID, item_used_guid: PlanetSideGUID, object_guid: PlanetSideGUID, unk2: Long, unk3: Boolean, unk4: Vector3, unk5: Vector3, unk6: Int, unk7: Int, unk8: Int, object_id: Long) extends PlanetSideGamePacket with Product with Serializable

(Where the child object was before it was moved is not specified or important.)

avatar_guid

the player

item_used_guid

the item used; e.g. a REK to hack or a medkit to heal.

object_guid

the object affected; e.g., door when opened, terminal when accessed, avatar when medkit used

unk2

na; when upgrading phalanx turrets, 1 for AVCombo and 2 for FlakCombo

unk3

using tools, e.g., a REK or nano-dispenser

unk4

seems to be related to T-REK viruses. 0 - unlock all doors 1 - disable linked benefits 2 - double ntu drain 3 - disable enemy radar 4 - access equipment terminals

unk6

na

unk7

na; 25 when door 223 when terminal

unk8

na; 0 when door 1 when use rek (252 then equipment term)

object_id

the object id object_guid's object

Source
UseItemMessage.scala
See also

Definition.ObjectId
TurretUpgrade

Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UseItemMessage
  2. Product
  3. Equals
  4. PlanetSideGamePacket
  5. PlanetSidePacket
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UseItemMessage(avatar_guid: PlanetSideGUID, item_used_guid: PlanetSideGUID, object_guid: PlanetSideGUID, unk2: Long, unk3: Boolean, unk4: Vector3, unk5: Vector3, unk6: Int, unk7: Int, unk8: Int, object_id: Long)

    avatar_guid

    the player

    item_used_guid

    the item used; e.g. a REK to hack or a medkit to heal.

    object_guid

    the object affected; e.g., door when opened, terminal when accessed, avatar when medkit used

    unk2

    na; when upgrading phalanx turrets, 1 for AVCombo and 2 for FlakCombo

    unk3

    using tools, e.g., a REK or nano-dispenser

    unk4

    seems to be related to T-REK viruses. 0 - unlock all doors 1 - disable linked benefits 2 - double ntu drain 3 - disable enemy radar 4 - access equipment terminals

    unk6

    na

    unk7

    na; 25 when door 223 when terminal

    unk8

    na; 0 when door 1 when use rek (252 then equipment term)

    object_id

    the object id object_guid's object

Type Members

  1. type Packet = UseItemMessage

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val avatar_guid: PlanetSideGUID
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def encode: Attempt[BitVector]
    Definition Classes
    UseItemMessagePlanetSidePacket
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val item_used_guid: PlanetSideGUID
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. val object_guid: PlanetSideGUID
  17. val object_id: Long
  18. def opcode: GamePacketOpcode.Value
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. val unk2: Long
  22. val unk3: Boolean
  23. val unk4: Vector3
  24. val unk5: Vector3
  25. val unk6: Int
  26. val unk7: Int
  27. val unk8: Int
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from PlanetSideGamePacket

Inherited from PlanetSidePacket

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped