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 forFlakCombo
- 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
- Alphabetic
- By Inheritance
- UseItemMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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 forFlakCombo
- 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
- type Packet = UseItemMessage
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val avatar_guid: PlanetSideGUID
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- UseItemMessage → PlanetSidePacket
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val item_used_guid: PlanetSideGUID
- 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 object_guid: PlanetSideGUID
- val object_id: Long
- def opcode: GamePacketOpcode.Value
- Definition Classes
- UseItemMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk2: Long
- val unk3: Boolean
- val unk4: Vector3
- val unk5: Vector3
- val unk6: Int
- val unk7: Int
- val unk8: 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()