Interface IShopRecord
Unit
Declaration
type IShopRecord = interface(IInterface)
Description
Record of Shop data in an Endless Shop File
Attributes
- GUID['{06744585-0B84-5E15-A205-E389B99B115B}']
Hierarchy
- IInterface
- IShopRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetBehaviorId: Cardinal; |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetMinLevel: Cardinal; |
![]() |
procedure _SetMinLevel(MinLevel: Cardinal); |
![]() |
function _GetMaxLevel: Cardinal; |
![]() |
procedure _SetMaxLevel(MaxLevel: Cardinal); |
![]() |
function _GetClassRequirement: Cardinal; |
![]() |
procedure _SetClassRequirement(ClassRequirement: Cardinal); |
![]() |
function _GetTrades: TArray<IShopTradeRecord>; |
![]() |
procedure _SetTrades(Trades: TArray<IShopTradeRecord>); |
![]() |
function _GetCrafts: TArray<IShopCraftRecord>; |
![]() |
procedure _SetCrafts(Crafts: TArray<IShopCraftRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property MinLevel: Cardinal read _GetMinLevel write _SetMinLevel; |
![]() |
property MaxLevel: Cardinal read _GetMaxLevel write _SetMaxLevel; |
![]() |
property ClassRequirement: Cardinal read _GetClassRequirement write _SetClassRequirement; |
![]() |
property Trades: TArray<IShopTradeRecord> read _GetTrades write _SetTrades; |
![]() |
property Crafts: TArray<IShopCraftRecord> read _GetCrafts write _SetCrafts; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetBehaviorId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetName: string; |
|
This item has no description. | |
![]() |
procedure _SetName(Name: string); |
|
This item has no description. | |
![]() |
function _GetMinLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMinLevel(MinLevel: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxLevel(MaxLevel: Cardinal); |
|
This item has no description. | |
![]() |
function _GetClassRequirement: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetClassRequirement(ClassRequirement: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTrades: TArray<IShopTradeRecord>; |
|
This item has no description. | |
![]() |
procedure _SetTrades(Trades: TArray<IShopTradeRecord>); |
|
This item has no description. | |
![]() |
function _GetCrafts: TArray<IShopCraftRecord>; |
|
This item has no description. | |
![]() |
procedure _SetCrafts(Crafts: TArray<IShopCraftRecord>); |
|
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 BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
|
| |
![]() |
property Name: string read _GetName write _SetName; |
|
| |
![]() |
property MinLevel: Cardinal read _GetMinLevel write _SetMinLevel; |
|
Minimum level required to use this shop
| |
![]() |
property MaxLevel: Cardinal read _GetMaxLevel write _SetMaxLevel; |
|
Maximum level allowed to use this shop
| |
![]() |
property ClassRequirement: Cardinal read _GetClassRequirement write _SetClassRequirement; |
|
Class required to use this shop
| |
![]() |
property Trades: TArray<IShopTradeRecord> read _GetTrades write _SetTrades; |
|
| |
![]() |
property Crafts: TArray<IShopCraftRecord> read _GetCrafts write _SetCrafts; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
