Class/Object

net.psforever.packet.game

AvatarImplantMessage

Related Docs: object AvatarImplantMessage | package game

Permalink

final case class AvatarImplantMessage(player_guid: PlanetSideGUID, action: ImplantAction.Value, implantSlot: Int, status: Int) extends PlanetSideGamePacket with Product with Serializable

Change the state of the implant. Spawn messages for certain implant-related events.

The implant Second Wind is technically an invalid ImplantType for this packet. This owes to the unique activation trigger for that implant - a near-death experience of ~0HP.

player_guid

the player

action

how to affect the implant or the slot

implantSlot

: from 0 to 2

status

: a value that depends on context from ImplantAction:
Add - 0-9 depending on the ImplantType
Remove - any valid value; field is not significant to this action
Initialization - 0 to revoke slot; 1 to allocate implant slot
Activation - 0 to deactivate implant; 1 to activate implant
UnlockMessage - 0-3 as an unlocked implant slot; display a message
OutOfStamina - lock implant; 0 to lock; 1 to unlock; display a message

Source
AvatarImplantMessage.scala
See also

ImplantType

Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvatarImplantMessage
  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 AvatarImplantMessage(player_guid: PlanetSideGUID, action: ImplantAction.Value, implantSlot: Int, status: Int)

    Permalink

    player_guid

    the player

    action

    how to affect the implant or the slot

    implantSlot

    : from 0 to 2

    status

    : a value that depends on context from ImplantAction:
    Add - 0-9 depending on the ImplantType
    Remove - any valid value; field is not significant to this action
    Initialization - 0 to revoke slot; 1 to allocate implant slot
    Activation - 0 to deactivate implant; 1 to activate implant
    UnlockMessage - 0-3 as an unlocked implant slot; display a message
    OutOfStamina - lock implant; 0 to lock; 1 to unlock; display a message

Type Members

  1. type Packet = AvatarImplantMessage

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

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

    Permalink

    how to affect the implant or the slot

  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
    AvatarImplantMessagePlanetSidePacket
  10. def ensuring(cond: (AvatarImplantMessage) ⇒ Boolean, msg: ⇒ Any): AvatarImplantMessage

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from AvatarImplantMessage to Ensuring[AvatarImplantMessage] 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 AvatarImplantMessage to StringFormat[AvatarImplantMessage] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. val implantSlot: Int

    Permalink

    : from 0 to 2

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  24. val player_guid: PlanetSideGUID

    Permalink

    the player

  25. val status: Int

    Permalink

    : a value that depends on context from ImplantAction:
    Add - 0-9 depending on the ImplantType
    Remove - any valid value; field is not significant to this action
    Initialization - 0 to revoke slot; 1 to allocate implant slot
    Activation - 0 to deactivate implant; 1 to activate implant
    UnlockMessage - 0-3 as an unlocked implant slot; display a message
    OutOfStamina - lock implant; 0 to lock; 1 to unlock; display a message

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

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

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

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

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

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

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

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

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

Ungrouped