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.