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.