Class TEifRecord
Unit
Declaration
type TEifRecord = class(TInterfacedObject, IEifRecord)
Description
Record of Item data in an Endless Item File
Hierarchy
- TInterfacedObject
- TEifRecord
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); |
![]() |
class function Deserialize(Reader: TEoReader): TEifRecord; |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TEifRecord; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.