eolib - v2.0.1
    Preparing search index...

    Class NearbyInfo

    Information about nearby entities

    Index

    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 characters(): CharacterMapInfo[]

      Returns CharacterMapInfo[]

      • Length must be 252 or less.
    • set characters(characters: CharacterMapInfo[]): void

      Parameters

      Returns void

      • Length must be 252 or less.
    • get items(): ItemMapInfo[]

      Returns ItemMapInfo[]

    • set items(items: ItemMapInfo[]): void

      Parameters

      Returns void

    • get npcs(): NpcMapInfo[]

      Returns NpcMapInfo[]

    • set npcs(npcs: NpcMapInfo[]): void

      Parameters

      Returns void

    Methods

    • Deserializes an instance of NearbyInfo from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns NearbyInfo

      The deserialized data

    • Serializes an instance of NearbyInfo to the provided EoWriter.

      Parameters

      • writer: EoWriter

        the writer that the data will be serialized to

      • data: NearbyInfo

        the data to serialize

      Returns void