comments in ZoneLockInfo and normal ZoneInfo

This commit is contained in:
FateJH 2017-01-29 00:05:11 -05:00
parent b1bf1ac054
commit adff3b1638
2 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,8 @@ import scodec.Codec
import scodec.codecs._
/**
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.<br>
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
* The Empire Incentives window also displays the changed information.<br>
* <br>
* 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.

View file

@ -7,12 +7,12 @@ import scodec.codecs._
/**
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
* The information in the Empire Incentives window also displays the changed information.<br>
* The Empire Incentives window also displays the changed information.
* @param zone the zone id
* @param lock_status `true` displays "Locked;"
* `false` displays the queue availability for the avatar's empire
* @param unk na;
* usually `true`
* usually `true`
*/
final case class ZoneLockInfoMessage(zone : PlanetSideGUID,
lock_status : Boolean,