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.