Class/Object

net.psforever.packet.game

UseItemMessage

Related Docs: object UseItemMessage | package game

Permalink

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, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UseItemMessage
  2. Product
  3. Equals
  4. PlanetSideGamePacket
  5. PlanetSidePacket
  6. Serializable
  7. Serializable
  8. AnyRef
  9. 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 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)

    Permalink

    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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from UseItemMessage to ArrowAssoc[UseItemMessage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val avatar_guid: PlanetSideGUID

    Permalink

    the player

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def encode: Attempt[BitVector]

    Permalink
    Definition Classes
    UseItemMessagePlanetSidePacket
  10. def ensuring(cond: (UseItemMessage) ⇒ Boolean, msg: ⇒ Any): UseItemMessage

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  19. val item_used_guid: PlanetSideGUID

    Permalink

    the item used; e.g.

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

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val object_guid: PlanetSideGUID

    Permalink

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

  24. val object_id: Long

    Permalink

    the object id object_guid's object

  25. def opcode: GamePacketOpcode.Value

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

    Permalink
    Definition Classes
    AnyRef
  27. val unk2: Long

    Permalink

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

  28. val unk3: Boolean

    Permalink

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

  29. val unk4: Vector3

    Permalink

    seems to be related to T-REK viruses.

    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

  30. val unk5: Vector3

    Permalink
  31. val unk6: Int

    Permalink

    na

  32. val unk7: Int

    Permalink

    na; 25 when door 223 when terminal

  33. val unk8: Int

    Permalink

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

  34. final def wait(): Unit

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

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

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

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

Inherited from Product

Inherited from Equals

Inherited from PlanetSideGamePacket

Inherited from PlanetSidePacket

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped