Class MapLegacyDoorKey

Legacy EMF entity used to specify a key on a door

Hierarchy

  • MapLegacyDoorKey

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_coords: Coords = null
_key: number = null

Accessors

  • get byteSize(): number
  • Returns the size of the data that this was deserialized from.

    Returns

    The size of the data that this was deserialized from

    Returns number

  • get coords(): Coords
  • Returns Coords

  • set coords(coords: Coords): void
  • Parameters

    Returns void

  • get key(): number
  • Remarks

    • Value range is 0-64008

    Returns number

  • set key(key: number): void
  • Remarks

    • Value range is 0-64008

    Parameters

    • key: number

    Returns void

Methods

  • Deserializes an instance of MapLegacyDoorKey from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns MapLegacyDoorKey

  • Serializes an instance of MapLegacyDoorKey to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc