final case class FriendsRequest(action: types.MemberAction.Value, friend: String) extends PlanetSideGamePacket with Product with Serializable
Manage the lists of other players whose names are retained by the given player.
Players can be remembered by their names and added to a list of remembered names - the "friends list."
They can also be dropped from the list.
A list of "ignored" player names can also be retained.
Ignored players will have their comments stifled in the given player's chat window.
No name will be appended or removed from any list until the response to this packet is received.
Actions that involve the "remove" functionality will locate the entered name in the local list before dispatching this packet.
A complaint will be logged to the event window if the name is not found.
- action
the purpose of this packet
- friend
the player name that was entered; blank in certain situations
- Source
- FriendsRequest.scala
- Alphabetic
- By Inheritance
- FriendsRequest
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FriendsRequest(action: types.MemberAction.Value, friend: String)
- action
the purpose of this packet
- friend
the player name that was entered; blank in certain situations
Type Members
- type Packet = FriendsRequest
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: types.MemberAction.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
- FriendsRequest → 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])
- val friend: String
- 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: GamePacketOpcode.Value
- Definition Classes
- FriendsRequest → 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()