final case classCharacterInfoMessage(unk: Long, zoneId: PlanetSideZoneID, charId: Long, guid: PlanetSideGUID, finished: Boolean, secondsSinceLastLogin: Long) extends PlanetSideGamePacket with Product with Serializable
Is sent by the PlanetSide world server when sending character selection screen state. Provides metadata
about a certain character for rendering purposes (zone background, etc). Acts as an array insert for the
client character list. A blank displayed character is most likely caused by a mismatch between an
ObjectCreateMessage GUID and the GUID from this message.
finished
True when there are no more characters to give info on
This member is added by an implicit conversion from CharacterInfoMessage to
any2stringadd[CharacterInfoMessage] performed by method any2stringadd in scala.Predef.
True when there are no more characters to give info on
defformatted(fmtstr: String): String
Implicit information
This member is added by an implicit conversion from CharacterInfoMessage to
StringFormat[CharacterInfoMessage] performed by method StringFormat in scala.Predef.
Is sent by the PlanetSide world server when sending character selection screen state. Provides metadata about a certain character for rendering purposes (zone background, etc). Acts as an array insert for the client character list. A blank displayed character is most likely caused by a mismatch between an ObjectCreateMessage GUID and the GUID from this message.
True when there are no more characters to give info on