eolib - v2.0.1
    Preparing search index...

    Class ShopFile

    Endless Shop File

    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 shops(): ShopRecord[]

      Returns ShopRecord[]

    • set shops(shops: ShopRecord[]): void

      Parameters

      Returns void

    Methods

    • Deserializes an instance of ShopFile from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns ShopFile

      The deserialized data

    • Serializes an instance of ShopFile to the provided EoWriter.

      Parameters

      • writer: EoWriter

        the writer that the data will be serialized to

      • data: ShopFile

        the data to serialize

      Returns void