Class TNearbyInfo
Unit
Declaration
type TNearbyInfo = class(TInterfacedObject, INearbyInfo)
Description
Information about nearby entities
Hierarchy
- TInterfacedObject
- TNearbyInfo
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); |
![]() |
class function Deserialize(Reader: TEoReader): TNearbyInfo; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TNearbyInfo; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
