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.