Class/Object

net.psforever.packet.game.objectcreate

DroppodData

Related Docs: object DroppodData | package objectcreate

Permalink

final case class DroppodData(basic: CommonFieldDataWithPlacement, health: Int, burn: Boolean, unk: Boolean) extends ConstructorData with Product with Serializable

A representation of a droppod that is dropped from the HART shuttle and ferries the player into battle. Droppods are also used when a player has activated Instant Action.

When the server first spawns the droppod, it will be placed at the world ceiling - 1024.0f. It is placed under control via another packet that sends it hurtling to the ground. Upon hitting the ground, it opens up, releasing the player, and despawns.

Although the droppod is not technically a vehicle, it is treated as such by the game. A spawned and unoccupied droppod can be entered and exited, as expected (the seat is 0). There is no entry animation. The exit animation is the droppod flowering open as usual. Even in its spread open state, the droppod can be re-entered, though it will remain spread open. The player's character will disappear once "inside." Upon exiting again, the droppod will snap shut and spread open.

Exploration: When basic.player_guid is defined, the droppod will not be at the world ceiling anymore and its boosters will be activate. Does this basic.player_guid actually represent the player who is in the pod?

basic

data common to objects

health

the amount of health the object has, as a percentage of a filled bar

burn

whether the boosters are ignited

Source
DroppodData.scala
See also

DroppodLaunchResponseMessage

DroppodLaunchRequestMessage

Linear Supertypes
Serializable, Serializable, Product, Equals, ConstructorData, StreamBitSize, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DroppodData
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ConstructorData
  7. StreamBitSize
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DroppodData(basic: CommonFieldDataWithPlacement, health: Int, burn: Boolean, unk: Boolean)

    Permalink

    basic

    data common to objects

    health

    the amount of health the object has, as a percentage of a filled bar

    burn

    whether the boosters are ignited

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to any2stringadd[DroppodData] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DroppodData, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to ArrowAssoc[DroppodData] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val basic: CommonFieldDataWithPlacement

    Permalink

    data common to objects

  8. def bitsize: Long

    Permalink

    Performs a "sizeof()" analysis of the given object.

    The calculation reflects the scodec Codec definition rather than the explicit parameter fields.

    Performs a "sizeof()" analysis of the given object.

    The calculation reflects the scodec Codec definition rather than the explicit parameter fields. For example, a traditional Int is normally a 32-bit number, often rendered as a 32u number. When parsed with a uintL(7), it's length will be considered 7 bits (7u). (Note: being permanently signed, an scodec value of 32u or longer must fit into a Long type.)

    returns

    the number of bits necessary to measure an object of this class; defaults to 0L

    Definition Classes
    DroppodDataStreamBitSize
  9. val burn: Boolean

    Permalink

    whether the boosters are ignited

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def ensuring(cond: (DroppodData) ⇒ Boolean, msg: ⇒ Any): DroppodData

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to Ensuring[DroppodData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (DroppodData) ⇒ Boolean): DroppodData

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to Ensuring[DroppodData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): DroppodData

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to Ensuring[DroppodData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): DroppodData

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to Ensuring[DroppodData] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to StringFormat[DroppodData] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val health: Int

    Permalink

    the amount of health the object has, as a percentage of a filled bar

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. val unk: Boolean

    Permalink
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def [B](y: B): (DroppodData, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DroppodData to ArrowAssoc[DroppodData] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ConstructorData

Inherited from StreamBitSize

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DroppodData to any2stringadd[DroppodData]

Inherited by implicit conversion StringFormat from DroppodData to StringFormat[DroppodData]

Inherited by implicit conversion Ensuring from DroppodData to Ensuring[DroppodData]

Inherited by implicit conversion ArrowAssoc from DroppodData to ArrowAssoc[DroppodData]

Ungrouped