Interface INearbyInfo
Unit
Declaration
type INearbyInfo = interface(IInterface)
Description
Information about nearby entities
Attributes
- GUID['{AD04115F-5685-544A-B4DA-5A883605CA09}']
Hierarchy
- IInterface
- INearbyInfo
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCharacters: TArray<ICharacterMapInfo>; |
![]() |
procedure SetCharacters(Characters: TArray<ICharacterMapInfo>); |
![]() |
function GetNpcs: TArray<INpcMapInfo>; |
![]() |
procedure SetNpcs(Npcs: TArray<INpcMapInfo>); |
![]() |
function GetItems: TArray<IItemMapInfo>; |
![]() |
procedure SetItems(Items: TArray<IItemMapInfo>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Characters: TArray<ICharacterMapInfo> read GetCharacters write SetCharacters; |
![]() |
property Npcs: TArray<INpcMapInfo> read GetNpcs write SetNpcs; |
![]() |
property Items: TArray<IItemMapInfo> read GetItems write SetItems; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetCharacters: TArray<ICharacterMapInfo>; |
This item has no description. |
![]() |
procedure SetCharacters(Characters: TArray<ICharacterMapInfo>); |
This item has no description. |
![]() |
function GetNpcs: TArray<INpcMapInfo>; |
This item has no description. |
![]() |
procedure SetNpcs(Npcs: TArray<INpcMapInfo>); |
This item has no description. |
![]() |
function GetItems: TArray<IItemMapInfo>; |
This item has no description. |
![]() |
procedure SetItems(Items: TArray<IItemMapInfo>); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
The size of the data that this object was deserialized from.
|
![]() |
property Characters: TArray<ICharacterMapInfo> read GetCharacters write SetCharacters; |
|
![]() |
property Npcs: TArray<INpcMapInfo> read GetNpcs write SetNpcs; |
This item has no description. |
![]() |
property Items: TArray<IItemMapInfo> read GetItems write SetItems; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.