Class TEsfRecord

Unit

Declaration

type TEsfRecord = class(TInterfacedObject, IEsfRecord)

Description

Record of Skill data in an Endless Skill File

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetChant: string;
Public procedure SetChant(Chant: string);
Public function GetIconId: Cardinal;
Public procedure SetIconId(IconId: Cardinal);
Public function GetGraphicId: Cardinal;
Public procedure SetGraphicId(GraphicId: Cardinal);
Public function GetTpCost: Cardinal;
Public procedure SetTpCost(TpCost: Cardinal);
Public function GetSpCost: Cardinal;
Public procedure SetSpCost(SpCost: Cardinal);
Public function GetCastTime: Cardinal;
Public procedure SetCastTime(CastTime: Cardinal);
Public function GetNature: TSkillNature;
Public procedure SetNature(Nature: TSkillNature);
Public function GetType: TSkillType;
Public procedure SetType(Type_: TSkillType);
Public function GetElement: TElement;
Public procedure SetElement(Element: TElement);
Public function GetElementPower: Cardinal;
Public procedure SetElementPower(ElementPower: Cardinal);
Public function GetTargetRestrict: TSkillTargetRestrict;
Public procedure SetTargetRestrict(TargetRestrict: TSkillTargetRestrict);
Public function GetTargetType: TSkillTargetType;
Public procedure SetTargetType(TargetType: TSkillTargetType);
Public function GetTargetTime: Cardinal;
Public procedure SetTargetTime(TargetTime: Cardinal);
Public function GetMaxSkillLevel: Cardinal;
Public procedure SetMaxSkillLevel(MaxSkillLevel: Cardinal);
Public function GetMinDamage: Cardinal;
Public procedure SetMinDamage(MinDamage: Cardinal);
Public function GetMaxDamage: Cardinal;
Public procedure SetMaxDamage(MaxDamage: Cardinal);
Public function GetAccuracy: Cardinal;
Public procedure SetAccuracy(Accuracy: Cardinal);
Public function GetEvade: Cardinal;
Public procedure SetEvade(Evade: Cardinal);
Public function GetArmor: Cardinal;
Public procedure SetArmor(Armor: Cardinal);
Public function GetReturnDamage: Cardinal;
Public procedure SetReturnDamage(ReturnDamage: Cardinal);
Public function GetHpHeal: Cardinal;
Public procedure SetHpHeal(HpHeal: Cardinal);
Public function GetTpHeal: Cardinal;
Public procedure SetTpHeal(TpHeal: Cardinal);
Public function GetSpHeal: Cardinal;
Public procedure SetSpHeal(SpHeal: Cardinal);
Public function GetStr: Cardinal;
Public procedure SetStr(Str: Cardinal);
Public function GetIntl: Cardinal;
Public procedure SetIntl(Intl: Cardinal);
Public function GetWis: Cardinal;
Public procedure SetWis(Wis: Cardinal);
Public function GetAgi: Cardinal;
Public procedure SetAgi(Agi: Cardinal);
Public function GetCon: Cardinal;
Public procedure SetCon(Con: Cardinal);
Public function GetCha: Cardinal;
Public procedure SetCha(Cha: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TEsfRecord;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Name: string read GetName write SetName;
Public property Chant: string read GetChant write SetChant;
Public property IconId: Cardinal read GetIconId write SetIconId;
Public property GraphicId: Cardinal read GetGraphicId write SetGraphicId;
Public property TpCost: Cardinal read GetTpCost write SetTpCost;
Public property SpCost: Cardinal read GetSpCost write SetSpCost;
Public property CastTime: Cardinal read GetCastTime write SetCastTime;
Public property Nature: TSkillNature read GetNature write SetNature;
Public property Type_: TSkillType read GetType write SetType;
Public property Element: TElement read GetElement write SetElement;
Public property ElementPower: Cardinal read GetElementPower write SetElementPower;
Public property TargetRestrict: TSkillTargetRestrict read GetTargetRestrict write SetTargetRestrict;
Public property TargetType: TSkillTargetType read GetTargetType write SetTargetType;
Public property TargetTime: Cardinal read GetTargetTime write SetTargetTime;
Public property MaxSkillLevel: Cardinal read GetMaxSkillLevel write SetMaxSkillLevel;
Public property MinDamage: Cardinal read GetMinDamage write SetMinDamage;
Public property MaxDamage: Cardinal read GetMaxDamage write SetMaxDamage;
Public property Accuracy: Cardinal read GetAccuracy write SetAccuracy;
Public property Evade: Cardinal read GetEvade write SetEvade;
Public property Armor: Cardinal read GetArmor write SetArmor;
Public property ReturnDamage: Cardinal read GetReturnDamage write SetReturnDamage;
Public property HpHeal: Cardinal read GetHpHeal write SetHpHeal;
Public property TpHeal: Cardinal read GetTpHeal write SetTpHeal;
Public property SpHeal: Cardinal read GetSpHeal write SetSpHeal;
Public property Str: Cardinal read GetStr write SetStr;
Public property Intl: Cardinal read GetIntl write SetIntl;
Public property Wis: Cardinal read GetWis write SetWis;
Public property Agi: Cardinal read GetAgi write SetAgi;
Public property Con: Cardinal read GetCon write SetCon;
Public property Cha: Cardinal read GetCha write SetCha;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetName: string;

This item has no description.

Public procedure SetName(Name: string);

This item has no description.

Public function GetChant: string;

This item has no description.

Public procedure SetChant(Chant: string);

This item has no description.

Public function GetIconId: Cardinal;

This item has no description.

Public procedure SetIconId(IconId: Cardinal);

This item has no description.

Public function GetGraphicId: Cardinal;

This item has no description.

Public procedure SetGraphicId(GraphicId: Cardinal);

This item has no description.

Public function GetTpCost: Cardinal;

This item has no description.

Public procedure SetTpCost(TpCost: Cardinal);

This item has no description.

Public function GetSpCost: Cardinal;

This item has no description.

Public procedure SetSpCost(SpCost: Cardinal);

This item has no description.

Public function GetCastTime: Cardinal;

This item has no description.

Public procedure SetCastTime(CastTime: Cardinal);

This item has no description.

Public function GetNature: TSkillNature;

This item has no description.

Public procedure SetNature(Nature: TSkillNature);

This item has no description.

Public function GetType: TSkillType;

This item has no description.

Public procedure SetType(Type_: TSkillType);

This item has no description.

Public function GetElement: TElement;

This item has no description.

Public procedure SetElement(Element: TElement);

This item has no description.

Public function GetElementPower: Cardinal;

This item has no description.

Public procedure SetElementPower(ElementPower: Cardinal);

This item has no description.

Public function GetTargetRestrict: TSkillTargetRestrict;

This item has no description.

Public procedure SetTargetRestrict(TargetRestrict: TSkillTargetRestrict);

This item has no description.

Public function GetTargetType: TSkillTargetType;

This item has no description.

Public procedure SetTargetType(TargetType: TSkillTargetType);

This item has no description.

Public function GetTargetTime: Cardinal;

This item has no description.

Public procedure SetTargetTime(TargetTime: Cardinal);

This item has no description.

Public function GetMaxSkillLevel: Cardinal;

This item has no description.

Public procedure SetMaxSkillLevel(MaxSkillLevel: Cardinal);

This item has no description.

Public function GetMinDamage: Cardinal;

This item has no description.

Public procedure SetMinDamage(MinDamage: Cardinal);

This item has no description.

Public function GetMaxDamage: Cardinal;

This item has no description.

Public procedure SetMaxDamage(MaxDamage: Cardinal);

This item has no description.

Public function GetAccuracy: Cardinal;

This item has no description.

Public procedure SetAccuracy(Accuracy: Cardinal);

This item has no description.

Public function GetEvade: Cardinal;

This item has no description.

Public procedure SetEvade(Evade: Cardinal);

This item has no description.

Public function GetArmor: Cardinal;

This item has no description.

Public procedure SetArmor(Armor: Cardinal);

This item has no description.

Public function GetReturnDamage: Cardinal;

This item has no description.

Public procedure SetReturnDamage(ReturnDamage: Cardinal);

This item has no description.

Public function GetHpHeal: Cardinal;

This item has no description.

Public procedure SetHpHeal(HpHeal: Cardinal);

This item has no description.

Public function GetTpHeal: Cardinal;

This item has no description.

Public procedure SetTpHeal(TpHeal: Cardinal);

This item has no description.

Public function GetSpHeal: Cardinal;

This item has no description.

Public procedure SetSpHeal(SpHeal: Cardinal);

This item has no description.

Public function GetStr: Cardinal;

This item has no description.

Public procedure SetStr(Str: Cardinal);

This item has no description.

Public function GetIntl: Cardinal;

This item has no description.

Public procedure SetIntl(Intl: Cardinal);

This item has no description.

Public function GetWis: Cardinal;

This item has no description.

Public procedure SetWis(Wis: Cardinal);

This item has no description.

Public function GetAgi: Cardinal;

This item has no description.

Public procedure SetAgi(Agi: Cardinal);

This item has no description.

Public function GetCon: Cardinal;

This item has no description.

Public procedure SetCon(Con: Cardinal);

This item has no description.

Public function GetCha: Cardinal;

This item has no description.

Public procedure SetCha(Cha: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TEsfRecord object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TEsfRecord;

Deserializes an instance of TEsfRecord from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Name: string read GetName write SetName;

Note
Length must be 252 or less

Public property Chant: string read GetChant write SetChant;

Note
Length must be 252 or less

Public property IconId: Cardinal read GetIconId write SetIconId;

Note
Value range is 0-64008

Public property GraphicId: Cardinal read GetGraphicId write SetGraphicId;

Note
Value range is 0-64008

Public property TpCost: Cardinal read GetTpCost write SetTpCost;

Note
Value range is 0-64008

Public property SpCost: Cardinal read GetSpCost write SetSpCost;

Note
Value range is 0-64008

Public property CastTime: Cardinal read GetCastTime write SetCastTime;

Note
Value range is 0-252

Public property Nature: TSkillNature read GetNature write SetNature;

This item has no description.

Public property Type_: TSkillType read GetType write SetType;

This item has no description.

Public property Element: TElement read GetElement write SetElement;

This item has no description.

Public property ElementPower: Cardinal read GetElementPower write SetElementPower;

Note
Value range is 0-64008

Public property TargetRestrict: TSkillTargetRestrict read GetTargetRestrict write SetTargetRestrict;

This item has no description.

Public property TargetType: TSkillTargetType read GetTargetType write SetTargetType;

This item has no description.

Public property TargetTime: Cardinal read GetTargetTime write SetTargetTime;

Note
Value range is 0-252

Public property MaxSkillLevel: Cardinal read GetMaxSkillLevel write SetMaxSkillLevel;

Note
Value range is 0-64008

Public property MinDamage: Cardinal read GetMinDamage write SetMinDamage;

Note
Value range is 0-64008

Public property MaxDamage: Cardinal read GetMaxDamage write SetMaxDamage;

Note
Value range is 0-64008

Public property Accuracy: Cardinal read GetAccuracy write SetAccuracy;

Note
Value range is 0-64008

Public property Evade: Cardinal read GetEvade write SetEvade;

Note
Value range is 0-64008

Public property Armor: Cardinal read GetArmor write SetArmor;

Note
Value range is 0-64008

Public property ReturnDamage: Cardinal read GetReturnDamage write SetReturnDamage;

Note
Value range is 0-252

Public property HpHeal: Cardinal read GetHpHeal write SetHpHeal;

Note
Value range is 0-64008

Public property TpHeal: Cardinal read GetTpHeal write SetTpHeal;

Note
Value range is 0-64008

Public property SpHeal: Cardinal read GetSpHeal write SetSpHeal;

Note
Value range is 0-252

Public property Str: Cardinal read GetStr write SetStr;

Note
Value range is 0-64008

Public property Intl: Cardinal read GetIntl write SetIntl;

Note
Value range is 0-64008

Public property Wis: Cardinal read GetWis write SetWis;

Note
Value range is 0-64008

Public property Agi: Cardinal read GetAgi write SetAgi;

Note
Value range is 0-64008

Public property Con: Cardinal read GetCon write SetCon;

Note
Value range is 0-64008

Public property Cha: Cardinal read GetCha write SetCha;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.