final case class LootItemMessage(item_guid: PlanetSideGUID, destination_guid: PlanetSideGUID) extends PlanetSideGamePacket with Product with Serializable
Dispatched by the client when the user right-clicks on a piece of Equipment
in an inventory that is not his own backpack
in an attempt to quick-swap that Equipment
into his inventory.
Examples of this "other" inventory include: corpses, lockers, and vehicle trunks.
Compared to MoveItemMessage
, the source location where item
currently resides is not provided.
Additionally, while the over-all destination is provided, the specific insertion point of the destination is not.
- item_guid
the item being taken
- destination_guid
where the item will be placed; generally, the player is taking the item
- Source
- LootItemMessage.scala
- See also
MoveItemMessage
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LootItemMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LootItemMessage(item_guid: PlanetSideGUID, destination_guid: PlanetSideGUID)
- item_guid
the item being taken
- destination_guid
where the item will be placed; generally, the player is taking the item
Type Members
- type Packet = LootItemMessage
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val destination_guid: PlanetSideGUID
- def encode: Attempt[BitVector]
- Definition Classes
- LootItemMessage → 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_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()
- def opcode: GamePacketOpcode.Value
- Definition Classes
- LootItemMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()