eolib - v2.0.1
    Preparing search index...

    Class PlayersListFriends

    Information about online players.
    Sent in reply to friends list requests.

    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 players(): string[]

      Returns string[]

      • Length must be 64008 or less.
    • set players(players: string[]): void

      Parameters

      • players: string[]

      Returns void

      • Length must be 64008 or less.

    Methods

    • Deserializes an instance of PlayersListFriends from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns PlayersListFriends

      The deserialized data

    • Serializes an instance of PlayersListFriends to the provided EoWriter.

      Parameters

      Returns void