final case classBeginZoningMessage() extends PlanetSideGamePacket with Product with Serializable
Dispatched by the client after the current map has been fully loaded locally and its objects are ready to be initialized.
This packet is a direct response to LoadMapMessage.
When the server receives the packet, for each object on that map, it sends the packets to the client:
- SetEmpireMessage
- HackMessage
- PlanetSideAttributeMessage
- ... and so forth
Afterwards, an avatar POV is declared and the remaining details about the said avatar are assigned.
This member is added by an implicit conversion from BeginZoningMessage to
any2stringadd[BeginZoningMessage] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from BeginZoningMessage to
ArrowAssoc[BeginZoningMessage] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from BeginZoningMessage to
StringFormat[BeginZoningMessage] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from BeginZoningMessage to
ArrowAssoc[BeginZoningMessage] performed by method ArrowAssoc in scala.Predef.
Dispatched by the client after the current map has been fully loaded locally and its objects are ready to be initialized. This packet is a direct response to
LoadMapMessage
.When the server receives the packet, for each object on that map, it sends the packets to the client:
-
SetEmpireMessage
-
HackMessage
-
PlanetSideAttributeMessage
- ... and so forth
Afterwards, an avatar POV is declared and the remaining details about the said avatar are assigned.