final case class SquadInvitationRequestMessage(squad_guid: PlanetSideGUID, slot: Int, char_id: Long, name: String) extends PlanetSideGamePacket with Product with Serializable
A message for communicating squad invitation.
When received by a client, the event message "You have invited name
to join your squad" is produced
and a SquadMembershipRequest
packet of type Invite
using char_id
as the optional unique character identifier field is dispatched to the server.
The message is equivalent to a dispatched packet of type SquadMembershipResponse
with an Invite
event with the referral field set to true
.
- squad_guid
the squad's GUID
- slot
a potentially valid slot index; 0-9; higher numbers produce no response
- char_id
the unique character identifier
- name
the character's name; frequently, though that does not produce a coherent message, the avatar's own name is supplied in the event message instead of the name of another player
- Source
- SquadInvitationRequestMessage.scala
- See also
SquadMembershipResponse
- Alphabetic
- By Inheritance
- SquadInvitationRequestMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SquadInvitationRequestMessage(squad_guid: PlanetSideGUID, slot: Int, char_id: Long, name: String)
- squad_guid
the squad's GUID
- slot
a potentially valid slot index; 0-9; higher numbers produce no response
- char_id
the unique character identifier
- name
the character's name; frequently, though that does not produce a coherent message, the avatar's own name is supplied in the event message instead of the name of another player
Type Members
- type Packet = SquadInvitationRequestMessage
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val char_id: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- SquadInvitationRequestMessage → 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- 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
- SquadInvitationRequestMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val slot: Int
- val squad_guid: PlanetSideGUID
- 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()