final case classZoneInfoMessage(zone: Int, empire_status: Boolean, lock_time: Long) extends PlanetSideGamePacket with Product with Serializable
Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
The Empire Incentives window also displays the changed information.
The Long value is applicable to the caverns.
It indicates how long the given cavern will remain locked until at least one of their geowarps will open during normal rotation.
As thus, when a cavern has its status as "inactive," this number will always be a non-zero.
On normal continents, this number is always zero, though a non-zero number will not have any effect anyway.
zone
the zone id
empire_status
true displays the queue availability for the avatar's empire;
false displays "Inactive"
lock_time
how long until the continent naturally unlocks (in ms);
only applicable to caverns
This member is added by an implicit conversion from ZoneInfoMessage to
any2stringadd[ZoneInfoMessage] performed by method any2stringadd in scala.Predef.
Change the "Empire Status" text in the Interstellar Map zone description for the specified zone. The Empire Incentives window also displays the changed information.
The
Long
value is applicable to the caverns. It indicates how long the given cavern will remain locked until at least one of their geowarps will open during normal rotation. As thus, when a cavern has its status as "inactive," this number will always be a non-zero. On normal continents, this number is always zero, though a non-zero number will not have any effect anyway.the zone id
true
displays the queue availability for the avatar's empire;false
displays "Inactive"how long until the continent naturally unlocks (in ms); only applicable to caverns
ZonePopulationUpdateMessage
for information on population and queues