Class TEsfRecord
Unit
Declaration
type TEsfRecord = class(TInterfacedObject, IEsfRecord)
Description
Record of Skill data in an Endless Skill File
Hierarchy
- TInterfacedObject
- TEsfRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetChant: string; |
![]() |
procedure _SetChant(Chant: string); |
![]() |
function _GetIconId: Cardinal; |
![]() |
procedure _SetIconId(IconId: Cardinal); |
![]() |
function _GetGraphicId: Cardinal; |
![]() |
procedure _SetGraphicId(GraphicId: Cardinal); |
![]() |
function _GetTpCost: Cardinal; |
![]() |
procedure _SetTpCost(TpCost: Cardinal); |
![]() |
function _GetSpCost: Cardinal; |
![]() |
procedure _SetSpCost(SpCost: Cardinal); |
![]() |
function _GetCastTime: Cardinal; |
![]() |
procedure _SetCastTime(CastTime: Cardinal); |
![]() |
function _GetNature: TSkillNature; |
![]() |
procedure _SetNature(Nature: TSkillNature); |
![]() |
function _GetType: TSkillType; |
![]() |
procedure _SetType(Type_: TSkillType); |
![]() |
function _GetElement: TElement; |
![]() |
procedure _SetElement(Element: TElement); |
![]() |
function _GetElementPower: Cardinal; |
![]() |
procedure _SetElementPower(ElementPower: Cardinal); |
![]() |
function _GetTargetRestrict: TSkillTargetRestrict; |
![]() |
procedure _SetTargetRestrict(TargetRestrict: TSkillTargetRestrict); |
![]() |
function _GetTargetType: TSkillTargetType; |
![]() |
procedure _SetTargetType(TargetType: TSkillTargetType); |
![]() |
function _GetTargetTime: Cardinal; |
![]() |
procedure _SetTargetTime(TargetTime: Cardinal); |
![]() |
function _GetMaxSkillLevel: Cardinal; |
![]() |
procedure _SetMaxSkillLevel(MaxSkillLevel: 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 _GetHpHeal: Cardinal; |
![]() |
procedure _SetHpHeal(HpHeal: Cardinal); |
![]() |
function _GetTpHeal: Cardinal; |
![]() |
procedure _SetTpHeal(TpHeal: Cardinal); |
![]() |
function _GetSpHeal: Cardinal; |
![]() |
procedure _SetSpHeal(SpHeal: 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); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TEsfRecord; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property Chant: string read _GetChant write _SetChant; |
![]() |
property IconId: Cardinal read _GetIconId write _SetIconId; |
![]() |
property GraphicId: Cardinal read _GetGraphicId write _SetGraphicId; |
![]() |
property TpCost: Cardinal read _GetTpCost write _SetTpCost; |
![]() |
property SpCost: Cardinal read _GetSpCost write _SetSpCost; |
![]() |
property CastTime: Cardinal read _GetCastTime write _SetCastTime; |
![]() |
property Nature: TSkillNature read _GetNature write _SetNature; |
![]() |
property Type_: TSkillType read _GetType write _SetType; |
![]() |
property Element: TElement read _GetElement write _SetElement; |
![]() |
property ElementPower: Cardinal read _GetElementPower write _SetElementPower; |
![]() |
property TargetRestrict: TSkillTargetRestrict read _GetTargetRestrict write _SetTargetRestrict; |
![]() |
property TargetType: TSkillTargetType read _GetTargetType write _SetTargetType; |
![]() |
property TargetTime: Cardinal read _GetTargetTime write _SetTargetTime; |
![]() |
property MaxSkillLevel: Cardinal read _GetMaxSkillLevel write _SetMaxSkillLevel; |
![]() |
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 HpHeal: Cardinal read _GetHpHeal write _SetHpHeal; |
![]() |
property TpHeal: Cardinal read _GetTpHeal write _SetTpHeal; |
![]() |
property SpHeal: Cardinal read _GetSpHeal write _SetSpHeal; |
![]() |
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; |
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 _GetChant: string; |
This item has no description. |
![]() |
procedure _SetChant(Chant: string); |
This item has no description. |
![]() |
function _GetIconId: Cardinal; |
This item has no description. |
![]() |
procedure _SetIconId(IconId: Cardinal); |
This item has no description. |
![]() |
function _GetGraphicId: Cardinal; |
This item has no description. |
![]() |
procedure _SetGraphicId(GraphicId: Cardinal); |
This item has no description. |
![]() |
function _GetTpCost: Cardinal; |
This item has no description. |
![]() |
procedure _SetTpCost(TpCost: Cardinal); |
This item has no description. |
![]() |
function _GetSpCost: Cardinal; |
This item has no description. |
![]() |
procedure _SetSpCost(SpCost: Cardinal); |
This item has no description. |
![]() |
function _GetCastTime: Cardinal; |
This item has no description. |
![]() |
procedure _SetCastTime(CastTime: Cardinal); |
This item has no description. |
![]() |
function _GetNature: TSkillNature; |
This item has no description. |
![]() |
procedure _SetNature(Nature: TSkillNature); |
This item has no description. |
![]() |
function _GetType: TSkillType; |
This item has no description. |
![]() |
procedure _SetType(Type_: TSkillType); |
This item has no description. |
![]() |
function _GetElement: TElement; |
This item has no description. |
![]() |
procedure _SetElement(Element: TElement); |
This item has no description. |
![]() |
function _GetElementPower: Cardinal; |
This item has no description. |
![]() |
procedure _SetElementPower(ElementPower: Cardinal); |
This item has no description. |
![]() |
function _GetTargetRestrict: TSkillTargetRestrict; |
This item has no description. |
![]() |
procedure _SetTargetRestrict(TargetRestrict: TSkillTargetRestrict); |
This item has no description. |
![]() |
function _GetTargetType: TSkillTargetType; |
This item has no description. |
![]() |
procedure _SetTargetType(TargetType: TSkillTargetType); |
This item has no description. |
![]() |
function _GetTargetTime: Cardinal; |
This item has no description. |
![]() |
procedure _SetTargetTime(TargetTime: Cardinal); |
This item has no description. |
![]() |
function _GetMaxSkillLevel: Cardinal; |
This item has no description. |
![]() |
procedure _SetMaxSkillLevel(MaxSkillLevel: 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 _GetHpHeal: Cardinal; |
This item has no description. |
![]() |
procedure _SetHpHeal(HpHeal: Cardinal); |
This item has no description. |
![]() |
function _GetTpHeal: Cardinal; |
This item has no description. |
![]() |
procedure _SetTpHeal(TpHeal: Cardinal); |
This item has no description. |
![]() |
function _GetSpHeal: Cardinal; |
This item has no description. |
![]() |
procedure _SetSpHeal(SpHeal: 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. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TEsfRecord; |
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 Chant: string read _GetChant write _SetChant; |
|
![]() |
property IconId: Cardinal read _GetIconId write _SetIconId; |
|
![]() |
property GraphicId: Cardinal read _GetGraphicId write _SetGraphicId; |
|
![]() |
property TpCost: Cardinal read _GetTpCost write _SetTpCost; |
|
![]() |
property SpCost: Cardinal read _GetSpCost write _SetSpCost; |
|
![]() |
property CastTime: Cardinal read _GetCastTime write _SetCastTime; |
|
![]() |
property Nature: TSkillNature read _GetNature write _SetNature; |
This item has no description. |
![]() |
property Type_: TSkillType read _GetType write _SetType; |
This item has no description. |
![]() |
property Element: TElement read _GetElement write _SetElement; |
This item has no description. |
![]() |
property ElementPower: Cardinal read _GetElementPower write _SetElementPower; |
|
![]() |
property TargetRestrict: TSkillTargetRestrict read _GetTargetRestrict write _SetTargetRestrict; |
This item has no description. |
![]() |
property TargetType: TSkillTargetType read _GetTargetType write _SetTargetType; |
This item has no description. |
![]() |
property TargetTime: Cardinal read _GetTargetTime write _SetTargetTime; |
|
![]() |
property MaxSkillLevel: Cardinal read _GetMaxSkillLevel write _SetMaxSkillLevel; |
|
![]() |
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 HpHeal: Cardinal read _GetHpHeal write _SetHpHeal; |
|
![]() |
property TpHeal: Cardinal read _GetTpHeal write _SetTpHeal; |
|
![]() |
property SpHeal: Cardinal read _GetSpHeal write _SetSpHeal; |
|
![]() |
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; |
|
Generated by PasDoc 0.16.0-snapshot.