Interface IEifRecord
Unit
Declaration
type IEifRecord = interface(IInterface)
Description
Record of Item data in an Endless Item File
Attributes
- GUID['{7C49D4F2-8C38-5BA2-BFFD-84830BFE1F99}']
Hierarchy
- IInterface
- IEifRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetGraphicId: Cardinal; |
![]() |
procedure _SetGraphicId(GraphicId: Cardinal); |
![]() |
function _GetType: TItemType; |
![]() |
procedure _SetType(Type_: TItemType); |
![]() |
function _GetSubtype: TItemSubtype; |
![]() |
procedure _SetSubtype(Subtype: TItemSubtype); |
![]() |
function _GetSpecial: TItemSpecial; |
![]() |
procedure _SetSpecial(Special: TItemSpecial); |
![]() |
function _GetHp: Cardinal; |
![]() |
procedure _SetHp(Hp: Cardinal); |
![]() |
function _GetTp: Cardinal; |
![]() |
procedure _SetTp(Tp: Cardinal); |
![]() |
function _GetMinDamage: Cardinal; |
![]() |
procedure _SetMinDamage(MinDamage: Cardinal); |
![]() |
function _GetMaxDamage: Cardinal; |
![]() |
procedure _SetMaxDamage(MaxDamage: Cardinal); |
![]() |
function _GetAccuracy: Cardinal; |
![]() |
procedure _SetAccuracy(Accuracy: Cardinal); |
![]() |
function _GetEvade: Cardinal; |
![]() |
procedure _SetEvade(Evade: Cardinal); |
![]() |
function _GetArmor: Cardinal; |
![]() |
procedure _SetArmor(Armor: Cardinal); |
![]() |
function _GetReturnDamage: Cardinal; |
![]() |
procedure _SetReturnDamage(ReturnDamage: Cardinal); |
![]() |
function _GetStr: Cardinal; |
![]() |
procedure _SetStr(Str: Cardinal); |
![]() |
function _GetIntl: Cardinal; |
![]() |
procedure _SetIntl(Intl: Cardinal); |
![]() |
function _GetWis: Cardinal; |
![]() |
procedure _SetWis(Wis: Cardinal); |
![]() |
function _GetAgi: Cardinal; |
![]() |
procedure _SetAgi(Agi: Cardinal); |
![]() |
function _GetCon: Cardinal; |
![]() |
procedure _SetCon(Con: Cardinal); |
![]() |
function _GetCha: Cardinal; |
![]() |
procedure _SetCha(Cha: Cardinal); |
![]() |
function _GetLightResistance: Cardinal; |
![]() |
procedure _SetLightResistance(LightResistance: Cardinal); |
![]() |
function _GetDarkResistance: Cardinal; |
![]() |
procedure _SetDarkResistance(DarkResistance: Cardinal); |
![]() |
function _GetEarthResistance: Cardinal; |
![]() |
procedure _SetEarthResistance(EarthResistance: Cardinal); |
![]() |
function _GetAirResistance: Cardinal; |
![]() |
procedure _SetAirResistance(AirResistance: Cardinal); |
![]() |
function _GetWaterResistance: Cardinal; |
![]() |
procedure _SetWaterResistance(WaterResistance: Cardinal); |
![]() |
function _GetFireResistance: Cardinal; |
![]() |
procedure _SetFireResistance(FireResistance: Cardinal); |
![]() |
function _GetSpec1: Cardinal; |
![]() |
procedure _SetSpec1(Spec1: Cardinal); |
![]() |
function _GetSpec2: Cardinal; |
![]() |
procedure _SetSpec2(Spec2: Cardinal); |
![]() |
function _GetSpec3: Cardinal; |
![]() |
procedure _SetSpec3(Spec3: Cardinal); |
![]() |
function _GetLevelRequirement: Cardinal; |
![]() |
procedure _SetLevelRequirement(LevelRequirement: Cardinal); |
![]() |
function _GetClassRequirement: Cardinal; |
![]() |
procedure _SetClassRequirement(ClassRequirement: Cardinal); |
![]() |
function _GetStrRequirement: Cardinal; |
![]() |
procedure _SetStrRequirement(StrRequirement: Cardinal); |
![]() |
function _GetIntRequirement: Cardinal; |
![]() |
procedure _SetIntRequirement(IntRequirement: Cardinal); |
![]() |
function _GetWisRequirement: Cardinal; |
![]() |
procedure _SetWisRequirement(WisRequirement: Cardinal); |
![]() |
function _GetAgiRequirement: Cardinal; |
![]() |
procedure _SetAgiRequirement(AgiRequirement: Cardinal); |
![]() |
function _GetConRequirement: Cardinal; |
![]() |
procedure _SetConRequirement(ConRequirement: Cardinal); |
![]() |
function _GetChaRequirement: Cardinal; |
![]() |
procedure _SetChaRequirement(ChaRequirement: Cardinal); |
![]() |
function _GetElement: TElement; |
![]() |
procedure _SetElement(Element: TElement); |
![]() |
function _GetElementDamage: Cardinal; |
![]() |
procedure _SetElementDamage(ElementDamage: Cardinal); |
![]() |
function _GetWeight: Cardinal; |
![]() |
procedure _SetWeight(Weight: Cardinal); |
![]() |
function _GetSize: TItemSize; |
![]() |
procedure _SetSize(Size: TItemSize); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
This item has no description. |
![]() |
function _GetName: string; |
This item has no description. |
![]() |
procedure _SetName(Name: string); |
This item has no description. |
![]() |
function _GetGraphicId: Cardinal; |
This item has no description. |
![]() |
procedure _SetGraphicId(GraphicId: Cardinal); |
This item has no description. |
![]() |
function _GetType: TItemType; |
This item has no description. |
![]() |
procedure _SetType(Type_: TItemType); |
This item has no description. |
![]() |
function _GetSubtype: TItemSubtype; |
This item has no description. |
![]() |
procedure _SetSubtype(Subtype: TItemSubtype); |
This item has no description. |
![]() |
function _GetSpecial: TItemSpecial; |
This item has no description. |
![]() |
procedure _SetSpecial(Special: TItemSpecial); |
This item has no description. |
![]() |
function _GetHp: Cardinal; |
This item has no description. |
![]() |
procedure _SetHp(Hp: Cardinal); |
This item has no description. |
![]() |
function _GetTp: Cardinal; |
This item has no description. |
![]() |
procedure _SetTp(Tp: Cardinal); |
This item has no description. |
![]() |
function _GetMinDamage: Cardinal; |
This item has no description. |
![]() |
procedure _SetMinDamage(MinDamage: Cardinal); |
This item has no description. |
![]() |
function _GetMaxDamage: Cardinal; |
This item has no description. |
![]() |
procedure _SetMaxDamage(MaxDamage: Cardinal); |
This item has no description. |
![]() |
function _GetAccuracy: Cardinal; |
This item has no description. |
![]() |
procedure _SetAccuracy(Accuracy: Cardinal); |
This item has no description. |
![]() |
function _GetEvade: Cardinal; |
This item has no description. |
![]() |
procedure _SetEvade(Evade: Cardinal); |
This item has no description. |
![]() |
function _GetArmor: Cardinal; |
This item has no description. |
![]() |
procedure _SetArmor(Armor: Cardinal); |
This item has no description. |
![]() |
function _GetReturnDamage: Cardinal; |
This item has no description. |
![]() |
procedure _SetReturnDamage(ReturnDamage: Cardinal); |
This item has no description. |
![]() |
function _GetStr: Cardinal; |
This item has no description. |
![]() |
procedure _SetStr(Str: Cardinal); |
This item has no description. |
![]() |
function _GetIntl: Cardinal; |
This item has no description. |
![]() |
procedure _SetIntl(Intl: Cardinal); |
This item has no description. |
![]() |
function _GetWis: Cardinal; |
This item has no description. |
![]() |
procedure _SetWis(Wis: Cardinal); |
This item has no description. |
![]() |
function _GetAgi: Cardinal; |
This item has no description. |
![]() |
procedure _SetAgi(Agi: Cardinal); |
This item has no description. |
![]() |
function _GetCon: Cardinal; |
This item has no description. |
![]() |
procedure _SetCon(Con: Cardinal); |
This item has no description. |
![]() |
function _GetCha: Cardinal; |
This item has no description. |
![]() |
procedure _SetCha(Cha: Cardinal); |
This item has no description. |
![]() |
function _GetLightResistance: Cardinal; |
This item has no description. |
![]() |
procedure _SetLightResistance(LightResistance: Cardinal); |
This item has no description. |
![]() |
function _GetDarkResistance: Cardinal; |
This item has no description. |
![]() |
procedure _SetDarkResistance(DarkResistance: Cardinal); |
This item has no description. |
![]() |
function _GetEarthResistance: Cardinal; |
This item has no description. |
![]() |
procedure _SetEarthResistance(EarthResistance: Cardinal); |
This item has no description. |
![]() |
function _GetAirResistance: Cardinal; |
This item has no description. |
![]() |
procedure _SetAirResistance(AirResistance: Cardinal); |
This item has no description. |
![]() |
function _GetWaterResistance: Cardinal; |
This item has no description. |
![]() |
procedure _SetWaterResistance(WaterResistance: Cardinal); |
This item has no description. |
![]() |
function _GetFireResistance: Cardinal; |
This item has no description. |
![]() |
procedure _SetFireResistance(FireResistance: Cardinal); |
This item has no description. |
![]() |
function _GetSpec1: Cardinal; |
This item has no description. |
![]() |
procedure _SetSpec1(Spec1: Cardinal); |
This item has no description. |
![]() |
function _GetSpec2: Cardinal; |
This item has no description. |
![]() |
procedure _SetSpec2(Spec2: Cardinal); |
This item has no description. |
![]() |
function _GetSpec3: Cardinal; |
This item has no description. |
![]() |
procedure _SetSpec3(Spec3: Cardinal); |
This item has no description. |
![]() |
function _GetLevelRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetLevelRequirement(LevelRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetClassRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetClassRequirement(ClassRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetStrRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetStrRequirement(StrRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetIntRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetIntRequirement(IntRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetWisRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetWisRequirement(WisRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetAgiRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetAgiRequirement(AgiRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetConRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetConRequirement(ConRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetChaRequirement: Cardinal; |
This item has no description. |
![]() |
procedure _SetChaRequirement(ChaRequirement: Cardinal); |
This item has no description. |
![]() |
function _GetElement: TElement; |
This item has no description. |
![]() |
procedure _SetElement(Element: TElement); |
This item has no description. |
![]() |
function _GetElementDamage: Cardinal; |
This item has no description. |
![]() |
procedure _SetElementDamage(ElementDamage: Cardinal); |
This item has no description. |
![]() |
function _GetWeight: Cardinal; |
This item has no description. |
![]() |
procedure _SetWeight(Weight: Cardinal); |
This item has no description. |
![]() |
function _GetSize: TItemSize; |
This item has no description. |
![]() |
procedure _SetSize(Size: TItemSize); |
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 Name: string read _GetName write _SetName; |
|
![]() |
property GraphicId: Cardinal read _GetGraphicId write _SetGraphicId; |
|
![]() |
property Type_: TItemType read _GetType write _SetType; |
This item has no description. |
![]() |
property Subtype: TItemSubtype read _GetSubtype write _SetSubtype; |
This item has no description. |
![]() |
property Special: TItemSpecial read _GetSpecial write _SetSpecial; |
This item has no description. |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
|
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
|
![]() |
property MinDamage: Cardinal read _GetMinDamage write _SetMinDamage; |
|
![]() |
property MaxDamage: Cardinal read _GetMaxDamage write _SetMaxDamage; |
|
![]() |
property Accuracy: Cardinal read _GetAccuracy write _SetAccuracy; |
|
![]() |
property Evade: Cardinal read _GetEvade write _SetEvade; |
|
![]() |
property Armor: Cardinal read _GetArmor write _SetArmor; |
|
![]() |
property ReturnDamage: Cardinal read _GetReturnDamage write _SetReturnDamage; |
|
![]() |
property Str: Cardinal read _GetStr write _SetStr; |
|
![]() |
property Intl: Cardinal read _GetIntl write _SetIntl; |
|
![]() |
property Wis: Cardinal read _GetWis write _SetWis; |
|
![]() |
property Agi: Cardinal read _GetAgi write _SetAgi; |
|
![]() |
property Con: Cardinal read _GetCon write _SetCon; |
|
![]() |
property Cha: Cardinal read _GetCha write _SetCha; |
|
![]() |
property LightResistance: Cardinal read _GetLightResistance write _SetLightResistance; |
|
![]() |
property DarkResistance: Cardinal read _GetDarkResistance write _SetDarkResistance; |
|
![]() |
property EarthResistance: Cardinal read _GetEarthResistance write _SetEarthResistance; |
|
![]() |
property AirResistance: Cardinal read _GetAirResistance write _SetAirResistance; |
|
![]() |
property WaterResistance: Cardinal read _GetWaterResistance write _SetWaterResistance; |
|
![]() |
property FireResistance: Cardinal read _GetFireResistance write _SetFireResistance; |
|
![]() |
property Spec1: Cardinal read _GetSpec1 write _SetSpec1; |
Holds one the following values, depending on item type: scroll_map, doll_graphic, exp_reward, hair_color, effect, key, alcohol_potency
|
![]() |
property Spec2: Cardinal read _GetSpec2 write _SetSpec2; |
Holds one the following values, depending on item type: scroll_x, gender
|
![]() |
property Spec3: Cardinal read _GetSpec3 write _SetSpec3; |
Holds one the following values, depending on item type: scroll_y
|
![]() |
property LevelRequirement: Cardinal read _GetLevelRequirement write _SetLevelRequirement; |
|
![]() |
property ClassRequirement: Cardinal read _GetClassRequirement write _SetClassRequirement; |
|
![]() |
property StrRequirement: Cardinal read _GetStrRequirement write _SetStrRequirement; |
|
![]() |
property IntRequirement: Cardinal read _GetIntRequirement write _SetIntRequirement; |
|
![]() |
property WisRequirement: Cardinal read _GetWisRequirement write _SetWisRequirement; |
|
![]() |
property AgiRequirement: Cardinal read _GetAgiRequirement write _SetAgiRequirement; |
|
![]() |
property ConRequirement: Cardinal read _GetConRequirement write _SetConRequirement; |
|
![]() |
property ChaRequirement: Cardinal read _GetChaRequirement write _SetChaRequirement; |
|
![]() |
property Element: TElement read _GetElement write _SetElement; |
This item has no description. |
![]() |
property ElementDamage: Cardinal read _GetElementDamage write _SetElementDamage; |
|
![]() |
property Weight: Cardinal read _GetWeight write _SetWeight; |
|
![]() |
property Size: TItemSize read _GetSize write _SetSize; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.