mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-12 06:55:10 +00:00
comments in ZoneLockInfo and normal ZoneInfo
This commit is contained in:
parent
b1bf1ac054
commit
adff3b1638
2 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,8 @@ import scodec.Codec
|
||||||
import scodec.codecs._
|
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>
|
* <br>
|
||||||
* The `Long` value is applicable to the caverns.
|
* 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.
|
* It indicates how long the given cavern will remain locked until at least one of their geowarps will open during normal rotation.
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,12 @@ import scodec.codecs._
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
|
* 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 zone the zone id
|
||||||
* @param lock_status `true` displays "Locked;"
|
* @param lock_status `true` displays "Locked;"
|
||||||
* `false` displays the queue availability for the avatar's empire
|
* `false` displays the queue availability for the avatar's empire
|
||||||
* @param unk na;
|
* @param unk na;
|
||||||
* usually `true`
|
* usually `true`
|
||||||
*/
|
*/
|
||||||
final case class ZoneLockInfoMessage(zone : PlanetSideGUID,
|
final case class ZoneLockInfoMessage(zone : PlanetSideGUID,
|
||||||
lock_status : Boolean,
|
lock_status : Boolean,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue