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 theImplantType
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; 1 to lock; 0 to unlock; display a message
- Source
- AvatarImplantMessage.scala
- See also
ImplantType
- Alphabetic
- By Inheritance
- AvatarImplantMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AvatarImplantMessage(player_guid: PlanetSideGUID, action: ImplantAction.Value, implantSlot: Int, status: Int)
- 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 theImplantType
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; 1 to lock; 0 to unlock; display a message
Type Members
- type Packet = AvatarImplantMessage
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: ImplantAction.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()
- def encode: Attempt[BitVector]
- Definition Classes
- AvatarImplantMessage → 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()
- val implantSlot: Int
- 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: GamePacketOpcode.Value
- Definition Classes
- AvatarImplantMessage → PlanetSideGamePacket → PlanetSidePacket
- val player_guid: PlanetSideGUID
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val status: Int
- 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()