eolib - v2.0.1
    Preparing search index...

    Class MapTileSpecRowTile

    A single tile in a row of tilespecs

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get tileSpec(): MapTileSpec

      Returns MapTileSpec

    • set tileSpec(tileSpec: MapTileSpec): void

      Parameters

      Returns void

    • get x(): number

      Returns number

      • Value range is 0-252
    • set x(x: number): void

      Parameters

      • x: number

      Returns void

      • Value range is 0-252

    Methods

    • Deserializes an instance of MapTileSpecRowTile from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns MapTileSpecRowTile

      The deserialized data

    • Serializes an instance of MapTileSpecRowTile to the provided EoWriter.

      Parameters

      Returns void