final case class DeployableObjectsInfoMessage(action: DeploymentAction.Value, deployables: List[DeployableInfo]) extends PlanetSideGamePacket with Product with Serializable
Dispatched by the server to inform the client of a change in deployable items and that the map should be updated.
When this packet defines a Build
action
, an icon of the deployable item is added to the avatar's map.
The actual object referenced does not have to actually exist on the client for the map element to appear.
The identity of the element is discerned from its icon rather than the actual object (if it exists).
When this packet defines a Deconstruct
action
, the icon of the deployable item is removed from the avatar's map.
(The map icon to be removed is located by searching for the matching UID.
The item does not need to exist to remove its icon.)
All deployables have a map-icon-menu that allows for control of and some feedback about the item.
At the very least, the item can be dismissed.
The type of icon indicating the type of deployable item determines the map-icon-menu.
Normally, the icon of a random (but friendly) deployable is gray and the menu is unresponsive.
If the player_guid
matches the client's avatar, the icon is yellow and that marks that the avatar owns this item.
The avatar is capable of accessing the item's map-icon-menu and manipulating the item from there.
If the deployable item actually doesn't exist, feedback is disabled, e.g., Aegis Shield Generators lack upgrade information.
- action
how the entries in the following
List
are affected- deployables
a
List
of information regarding deployable items
- Alphabetic
- By Inheritance
- DeployableObjectsInfoMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DeployableObjectsInfoMessage(action: DeploymentAction.Value, deployables: List[DeployableInfo])
- action
how the entries in the following
List
are affected- deployables
a
List
of information regarding deployable items
Type Members
- type Packet = DeployableObjectsInfoMessage
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 action: DeploymentAction.Value
- 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 deployables: List[DeployableInfo]
- def encode: Attempt[BitVector]
- Definition Classes
- DeployableObjectsInfoMessage → 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
- 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: Type
- Definition Classes
- DeployableObjectsInfoMessage → 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()