Interface IMapItem
Unit
Declaration
type IMapItem = interface(IInterface)
Description
Item spawn EMF entity
Attributes
- GUID['{133DD5D6-B5BB-5FE7-9892-CB168AE51401}']
Hierarchy
- IInterface
- IMapItem
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCoords: ICoords; |
![]() |
procedure SetCoords(Coords: ICoords); |
![]() |
function GetKey: Cardinal; |
![]() |
procedure SetKey(Key: Cardinal); |
![]() |
function GetChestSlot: Cardinal; |
![]() |
procedure SetChestSlot(ChestSlot: Cardinal); |
![]() |
function GetItemId: Cardinal; |
![]() |
procedure SetItemId(ItemId: Cardinal); |
![]() |
function GetSpawnTime: Cardinal; |
![]() |
procedure SetSpawnTime(SpawnTime: Cardinal); |
![]() |
function GetAmount: Cardinal; |
![]() |
procedure SetAmount(Amount: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
![]() |
property Key: Cardinal read GetKey write SetKey; |
![]() |
property ChestSlot: Cardinal read GetChestSlot write SetChestSlot; |
![]() |
property ItemId: Cardinal read GetItemId write SetItemId; |
![]() |
property SpawnTime: Cardinal read GetSpawnTime write SetSpawnTime; |
![]() |
property Amount: Cardinal read GetAmount write SetAmount; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetCoords: ICoords; |
This item has no description. |
![]() |
procedure SetCoords(Coords: ICoords); |
This item has no description. |
![]() |
function GetKey: Cardinal; |
This item has no description. |
![]() |
procedure SetKey(Key: Cardinal); |
This item has no description. |
![]() |
function GetChestSlot: Cardinal; |
This item has no description. |
![]() |
procedure SetChestSlot(ChestSlot: Cardinal); |
This item has no description. |
![]() |
function GetItemId: Cardinal; |
This item has no description. |
![]() |
procedure SetItemId(ItemId: Cardinal); |
This item has no description. |
![]() |
function GetSpawnTime: Cardinal; |
This item has no description. |
![]() |
procedure SetSpawnTime(SpawnTime: Cardinal); |
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 Coords: ICoords read GetCoords write SetCoords; |
This item has no description. |
![]() |
property Key: Cardinal read GetKey write SetKey; |
|
![]() |
property ChestSlot: Cardinal read GetChestSlot write SetChestSlot; |
|
![]() |
property ItemId: Cardinal read GetItemId write SetItemId; |
|
![]() |
property SpawnTime: Cardinal read GetSpawnTime write SetSpawnTime; |
|
![]() |
property Amount: Cardinal read GetAmount write SetAmount; |
|
Generated by PasDoc 0.16.0-snapshot.