eolib - v2.0.1
    Preparing search index...

    Class MapGraphicRowTile

    A single tile in a row of map graphics

    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 graphic(): number

      Returns number

      • Value range is 0-64008
    • set graphic(graphic: number): void

      Parameters

      • graphic: number

      Returns void

      • Value range is 0-64008
    • 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 MapGraphicRowTile from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns MapGraphicRowTile

      The deserialized data

    • Serializes an instance of MapGraphicRowTile to the provided EoWriter.

      Parameters

      Returns void