Class/Object

net.psforever.packet.game

ObjectDeployedMessage

Related Docs: object ObjectDeployedMessage | package game

Permalink

final case class ObjectDeployedMessage(unk: Int, desc: String, action: DeployOutcome.Value, count: Long, max: Long) extends PlanetSideGamePacket with Product with Serializable

Dispatched by the server to generate a message in the events chat when placing deployables.

This packet does not actually modify anything in regards to deployables. The most common form of the generated message is:
"You have placed x of a possible y thing s."
... where x is the current count of objects of this type that have been deployed; y is the (reported) maximum amount of objects of this type that can be deployed; and, thing is the token for objects of this type. If the thing is a valid string token, it will be replaced by language-appropriate descriptive text in the message. Otherwise, that text is placed directly into the message, with an obvious space between the text and the "s". "boomer," for example, is replaced by "Boomer Heavy Explosives" in the message for English language. "bullet_9mm_AP," however, is just "bullet_9mm_AP s."

When the action is Success, the message in the chat will be shown as above. When the action is Failure, the message will be:
"thing failed to deploy and was destroyed."
... where, again, thing is a valid string token.

unk

na; usually 0?

desc

descriptive text of what kind of object is being deployed; string token of the object, at best

action

the form the message will take

count

the current number of this type of object deployed

max

the maximum number of this type of object that can be deployed

Source
ObjectDeployedMessage.scala
Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectDeployedMessage
  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 ObjectDeployedMessage(unk: Int, desc: String, action: DeployOutcome.Value, count: Long, max: Long)

    Permalink

    unk

    na; usually 0?

    desc

    descriptive text of what kind of object is being deployed; string token of the object, at best

    action

    the form the message will take

    count

    the current number of this type of object deployed

    max

    the maximum number of this type of object that can be deployed

Type Members

  1. type Packet = ObjectDeployedMessage

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val action: DeployOutcome.Value

    Permalink

    the form the message will take

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val count: Long

    Permalink

    the current number of this type of object deployed

  10. val desc: String

    Permalink

    descriptive text of what kind of object is being deployed; string token of the object, at best

  11. def encode: Attempt[BitVector]

    Permalink
  12. def ensuring(cond: (ObjectDeployedMessage) ⇒ Boolean, msg: ⇒ Any): ObjectDeployedMessage

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  21. val max: Long

    Permalink

    the maximum number of this type of object that can be deployed

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def opcode: GamePacketOpcode.Value

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

    Permalink
    Definition Classes
    AnyRef
  27. val unk: Int

    Permalink

    na; usually 0?

  28. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ObjectDeployedMessage to ArrowAssoc[ObjectDeployedMessage] 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 ObjectDeployedMessage to any2stringadd[ObjectDeployedMessage]

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

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

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

Ungrouped