Interface IDropRecord
Unit
Declaration
type IDropRecord = interface(IInterface)
Description
Record of an item an NPC can drop when killed
Attributes
- GUID['{9C23E2F7-4F2A-5D9A-A49C-85BEA015A641}']
Hierarchy
- IInterface
- IDropRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetItemId: Cardinal; |
![]() |
procedure _SetItemId(ItemId: Cardinal); |
![]() |
function _GetMinAmount: Cardinal; |
![]() |
procedure _SetMinAmount(MinAmount: Cardinal); |
![]() |
function _GetMaxAmount: Cardinal; |
![]() |
procedure _SetMaxAmount(MaxAmount: Cardinal); |
![]() |
function _GetRate: Cardinal; |
![]() |
procedure _SetRate(Rate: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property ItemId: Cardinal read _GetItemId write _SetItemId; |
![]() |
property MinAmount: Cardinal read _GetMinAmount write _SetMinAmount; |
![]() |
property MaxAmount: Cardinal read _GetMaxAmount write _SetMaxAmount; |
![]() |
property Rate: Cardinal read _GetRate write _SetRate; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetItemId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetItemId(ItemId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMinAmount: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMinAmount(MinAmount: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxAmount: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxAmount(MaxAmount: Cardinal); |
|
This item has no description. | |
![]() |
function _GetRate: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetRate(Rate: 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 ItemId: Cardinal read _GetItemId write _SetItemId; |
|
| |
![]() |
property MinAmount: Cardinal read _GetMinAmount write _SetMinAmount; |
|
| |
![]() |
property MaxAmount: Cardinal read _GetMaxAmount write _SetMaxAmount; |
|
| |
![]() |
property Rate: Cardinal read _GetRate write _SetRate; |
|
Chance (x in 64,000) of the item being dropped
| |
Generated by PasDoc 0.16.0-snapshot.
