Interface IItemMapInfo
Unit
Declaration
type IItemMapInfo = interface(IInterface)
Description
Information about a nearby item on the ground
Attributes
- GUID['{1C24339A-AE86-52C6-A5F6-41547F153AC3}']
Hierarchy
- IInterface
- IItemMapInfo
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); |
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
|
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.