package types

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CaptureBenefit extends IntEnumEntry

    Perks gained through certain empire acquisitions.

  2. sealed abstract class CavernBenefit extends IntEnumEntry with CaptureBenefit

    Perks that carry between faction affiliated facilities connected across the continental lattice where one of those facilities is connected to a geo warp gate that is connected to an faction affiliated cavern.

  3. sealed abstract class CharacterSex extends IntEnumEntry

    Values for two sexes, Male and Female, as required by ObjectCreateMessage parameters.

    Values for two sexes, Male and Female, as required by ObjectCreateMessage parameters. Some quaint language for log decoration is provided. Blame the lack of gender dysphoria on the Terran Republic.

  4. sealed abstract class ChatMessageType extends EnumEntry

    ChatMessageTypes were reversed by: Checking the type in the packet upon receipt by server while using slash commands Replaying the ChatMsg packet back to the sender after modifying the messagetype value Shaql magic english.str references to the type names

    ChatMessageTypes were reversed by: Checking the type in the packet upon receipt by server while using slash commands Replaying the ChatMsg packet back to the sender after modifying the messagetype value Shaql magic english.str references to the type names

    Message type names that are not based on actual names are prefixed with U_ Message type names that are completely unknown are named UNK_#

    Some un-assigned names (probably not all of them): CMT_METAGAME, CMT_SPEEDHACK, CMT_DUMPBUILDINGTREE, CMT_CLIENT_BATCH CMT_COMMAND_ZONE96, CMT_COMMAND_ZONE97, CMT_COMMAND_ZONE98, CMT_COMMAND_ZONE99

  5. sealed abstract class Cosmetic extends IntEnumEntry

    Avatar cosmetic options

  6. sealed abstract class ExperienceType extends IntEnumEntry
  7. sealed abstract class HartSequence extends IntEnumEntry
  8. sealed abstract class ImplantType extends IntEnumEntry
  9. sealed abstract class LatticeBenefit extends IntEnumEntry with CaptureBenefit

    Perks that carry between faction affiliated facilities connected across the continental lattice.

  10. sealed case class LazeWaypoint(value: Int) extends SquadWaypoint with Product with Serializable

    General waypoint produced by the Flail targeting laser (laze pointer) that is visible by all squad members for a short duration.

    General waypoint produced by the Flail targeting laser (laze pointer) that is visible by all squad members for a short duration. Any squad member may place this waypoint. A laze waypoint is yellow, is indicated in the game world, on the proximity map, and on the continental map, and is designated by the number of the squad member that produced it. Only one laze waypoint may be made visible from any one squad member at any given time, overwritten when replaced. When viewed by a squad member seated in a Flail, the waypoint includes an elevation reticule for aiming purposes. YMMV.

    value

    the index of the waypoint can be any number five and above

    See also

    SquadWaypointEvent

    SquadWaypointRequest

  11. sealed abstract class OxygenState extends EnumEntry

    The progress state of being a drowning victim.

  12. abstract class PlanetSideGUID extends AnyRef
  13. sealed abstract class SpawnGroup extends IntEnumEntry

    The spawn group.

    The groups Sanctuary, Tower, and ,Facility are typically hard-defined by the client.

    The spawn group.

    The groups Sanctuary, Tower, and ,Facility are typically hard-defined by the client. The groups AMS and the Bound* spawns can only be displayed on the deployment map by sending a manual BindPlayerMessage packet to the client, and the designated spawn group identifier is returned to the server if the spawn point that is created is selected. The sanctuary spawn is also used as a fallback for an unknown spawn point as going back to one's own sanctuary counts as a "safe spawn."

    The Sanctuary spawn is commonly accessible on a smaller map (of the sanctuary continent) off to one side of the greater deployment map. It does not generate an icon when manually set. The icons produced by the normal and the bound tower and facility groups are not detailed. The ones that are not designated as "bound" also do not display icons when manually set. The AMS spawn group icons have an overhead AMS glyph and are smaller in radius, identical otherwise.

    See also

    BindPlayerMessage

  14. sealed trait SquadWaypoint extends AnyRef

    Base of all waypoints visible to members of a particular squad.

  15. final case class StalePlanetSideGUID(guid: Int) extends PlanetSideGUID with Product with Serializable
  16. sealed abstract class StandardWaypoint extends SquadWaypoint

    Permanently-defined waypoints known to all squads, set only by the squad leader, accessible by command rank status.

  17. sealed abstract class StatisticalCategory extends IntEnumEntry
  18. sealed abstract class StatisticalElement extends IntEnumEntry
  19. sealed abstract class SubsystemComponent extends IntEnumEntry
  20. sealed abstract class UniformStyle extends IntEnumEntry
  21. final case class ValidPlanetSideGUID(guid: Int) extends PlanetSideGUID with Product with Serializable
  22. final case class Vector3(x: Float, y: Float, z: Float) extends Product with Serializable
  23. sealed abstract class VehicleFormat extends IntEnumEntry

    An enumeration of the various formats that known structures that the stream of bits for VehicleData can assume.

Value Members

  1. object Angular

    A series of Codecs designed to work with convert between 8-bit angle values in the packets and Float numbers.

    A series of Codecs designed to work with convert between 8-bit angle values in the packets and Float numbers. As far as the data is concerned, the first bit appears to be ignored when it comes to the actual angle measurement. The latter seven bits map between 0 to 360 perfectly (according to the game).

  2. object BailType extends Enumeration
  3. object CapacitorStateType extends Enumeration
  4. object CargoStatus extends Enumeration
  5. object CavernBenefit extends IntEnum[CavernBenefit]
  6. object CharacterSex extends IntEnum[CharacterSex]

    Values for two sexes, Male and Female.

  7. object CharacterVoice extends Enumeration

    The voice used by the player character, from a selection of ten divided between five male voices and five female voices.

    The voice used by the player character, from a selection of ten divided between five male voices and five female voices. The first entry (0) is no voice. While it is technically not valid to have a wrong-gendered voice, unlisted sixth and seventh entries would give a male character a female voice; a female character with either entry would become mute, however.

    See also

    CharacterSex

  8. object ChatMessageType extends Enum[ChatMessageType]
  9. case object Cosmetic extends IntEnum[Cosmetic] with Product with Serializable
  10. object DriveState extends Enumeration

    An Enumeration of the mobility states of vehicles.

    In general, two important mobility states exist - Mobile and Deployed.

    An Enumeration of the mobility states of vehicles.

    In general, two important mobility states exist - Mobile and Deployed. There are stages of a formal deployment. For any deployment state other than the defined ones, the vehicle assumes it is in one of the transitional states. If the target vehicle has no deployment behavior, a non-Mobile value will not affect it.

  11. object EmoteType extends Enumeration
  12. object ExoSuitType extends Enumeration

    Values for the the different types of exo-suits that players can wear.

  13. object ExperienceType extends IntEnum[ExperienceType]
  14. object GrenadeState extends Enumeration

    An Enumeration of the kinds of states applicable to the grenade animation.

  15. object HartSequence extends IntEnum[HartSequence]
  16. case object ImplantType extends IntEnum[ImplantType] with Product with Serializable
  17. object LatticeBenefit extends IntEnum[LatticeBenefit]
  18. object LoadoutType extends Enumeration
  19. object MemberAction extends Enumeration
  20. object MeritCommendation extends Enumeration

    An Enumeration of all merit commendation award categories organized into associated ribbons.

    An Enumeration of all merit commendation award categories organized into associated ribbons. By astonishing coincidence, with exception of the first ten special awards, the rest of list is in alphabetical order.

  21. object OxygenState extends Enum[OxygenState]

    The progress state of being a drowning victim.

    The progress state of being a drowning victim. Suffocation means being too far under water. In terms of percentage, progress proceeds towards 0. Recovery means emerging from being too far under water. In terms of percentage, progress proceeds towards 100.

  22. object PlanetSideEmpire extends Enumeration

    Values for the three empires and the neutral/Black Ops group.

  23. object PlanetSideGUID
  24. object PlanetSideGeneratorState extends Enumeration

    An Enumeration Codec that represents that various states of a major facility's Generator.

  25. object SpawnGroup extends IntEnum[SpawnGroup]
  26. object SquadListDecoration extends Enumeration
  27. object SquadRequestType extends Enumeration
  28. object SquadResponseType extends Enumeration
  29. object SquadWaypoint
  30. object StatisticalCategory extends IntEnum[StatisticalCategory]
  31. object StatisticalElement extends IntEnum[StatisticalElement]
  32. object SubsystemComponent extends IntEnum[SubsystemComponent]
  33. object TransactionType extends Enumeration
  34. object UniformStyle extends IntEnum[UniformStyle]

    Values for the four different color designs that impact a player's uniform.

    Values for the four different color designs that impact a player's uniform. Exo-suits get minor graphical updates at the following battle rank levels: seven (1), fourteen (2), and twenty-five (4). At battle rank twenty-four (3), the style does not update visually but switches to one suitable for display of cosmetics. The design for value 5 is visually descriptive of the third upgrade.

  35. object Vector3 extends Serializable
  36. object VehicleFormat extends IntEnum[VehicleFormat]
  37. object WaypointSubtype extends Enumeration

    Distinction of purpose of the waypoint.

Ungrouped