Class TItemMapInfo
Unit
Declaration
type TItemMapInfo = class(TInterfacedObject, IItemMapInfo)
Description
Information about a nearby item on the ground
Hierarchy
- TInterfacedObject
- TItemMapInfo
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetUid: Cardinal; |
![]() |
procedure SetUid(Uid: Cardinal); |
![]() |
function GetId: Cardinal; |
![]() |
procedure SetId(Id: Cardinal); |
![]() |
function GetCoords: ICoords; |
![]() |
procedure SetCoords(Coords: ICoords); |
![]() |
function GetAmount: Cardinal; |
![]() |
procedure SetAmount(Amount: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TItemMapInfo; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Uid: Cardinal read GetUid write SetUid; |
![]() |
property Id: Cardinal read GetId write SetId; |
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
![]() |
property Amount: Cardinal read GetAmount write SetAmount; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetUid: Cardinal; |
This item has no description. |
![]() |
procedure SetUid(Uid: Cardinal); |
This item has no description. |
![]() |
function GetId: Cardinal; |
This item has no description. |
![]() |
procedure SetId(Id: Cardinal); |
This item has no description. |
![]() |
function GetCoords: ICoords; |
This item has no description. |
![]() |
procedure SetCoords(Coords: ICoords); |
This item has no description. |
![]() |
function GetAmount: Cardinal; |
This item has no description. |
![]() |
procedure SetAmount(Amount: Cardinal); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TItemMapInfo; |
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 Uid: Cardinal read GetUid write SetUid; |
|
![]() |
property Id: Cardinal read GetId write SetId; |
|
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
This item has no description. |
![]() |
property Amount: Cardinal read GetAmount write SetAmount; |
|
Generated by PasDoc 0.16.0-snapshot.