Interface INearbyInfo

Unit

Declaration

type INearbyInfo = interface(IInterface)

Description

Information about nearby entities

Attributes
GUID['{AD04115F-5685-544A-B4DA-5A883605CA09}']

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetCharacters: TArray<ICharacterMapInfo>;
Public procedure _SetCharacters(Characters: TArray<ICharacterMapInfo>);
Public function _GetNpcs: TArray<INpcMapInfo>;
Public procedure _SetNpcs(Npcs: TArray<INpcMapInfo>);
Public function _GetItems: TArray<IItemMapInfo>;
Public procedure _SetItems(Items: TArray<IItemMapInfo>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property Characters: TArray<ICharacterMapInfo> read _GetCharacters write _SetCharacters;
Public property Npcs: TArray<INpcMapInfo> read _GetNpcs write _SetNpcs;
Public property Items: TArray<IItemMapInfo> read _GetItems write _SetItems;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetCharacters: TArray<ICharacterMapInfo>;

This item has no description.

Public procedure _SetCharacters(Characters: TArray<ICharacterMapInfo>);

This item has no description.

Public function _GetNpcs: TArray<INpcMapInfo>;

This item has no description.

Public procedure _SetNpcs(Npcs: TArray<INpcMapInfo>);

This item has no description.

Public function _GetItems: TArray<IItemMapInfo>;

This item has no description.

Public procedure _SetItems(Items: TArray<IItemMapInfo>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this INearbyInfo object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read _GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Characters: TArray<ICharacterMapInfo> read _GetCharacters write _SetCharacters;

Note
Length must be 252 or less

Public property Npcs: TArray<INpcMapInfo> read _GetNpcs write _SetNpcs;

This item has no description.

Public property Items: TArray<IItemMapInfo> read _GetItems write _SetItems;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.