Class/Object

net.psforever.packet.game

GenericActionMessage

Related Docs: object GenericActionMessage | package game

Permalink

final case class GenericActionMessage(action: Int) extends PlanetSideGamePacket with Product with Serializable

Reports that something has happened, or makes something happen.

When sent from the server to a client, there are twenty-seven individual actions caused by this packet. They are only vaguely organized by behavior and some numbers may not be associated with an action. When sent by the client to the server, an unknown number of actions are available. The highest known action is a server-sent 45.

Actions (when sent from server):
03 - symbol: show Mosquito radar
04 - symbol: hide Mosquito radar
07 - warning: missile lock
08 - warning: Wasp missile lock
09 - warning: T-REK lock
12 - sound: base captured fanfare
14 - prompt: new character basic training
22 - message: awarded a cavern capture (updates cavern capture status)
23 - award a cavern kill
24 - message: you have been imprinted (updates imprinted status; does it?)
25 - message: you are no longer imprinted (updates imprinted status; does it?)
27 - event: purchase timers reset (does it?)
31 - switch to first person view, attempt to deconstruct but fail; event: fail to deconstruct due to having a "parent vehicle"
32 - switch to first person view
33 - event: fail to deconstruct
43 - prompt: friendly fire in virtual reality zone
45 - ?

Actions (when sent from client):
29 - AFK
30 - back in game
36 - turn on "Looking for Squad"
37 - turn off "Looking for Squad"

action

what this packet does

Source
GenericActionMessage.scala
Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericActionMessage
  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 GenericActionMessage(action: Int)

    Permalink

    action

    what this packet does

Type Members

  1. type Packet = GenericActionMessage

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

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

    Permalink

    what this packet does

  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. def encode: Attempt[BitVector]

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericActionMessage to Ensuring[GenericActionMessage] 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 GenericActionMessage to StringFormat[GenericActionMessage] 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. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

Ungrouped