Class TEsf
Unit
Declaration
type TEsf = class(TInterfacedObject, IEsf)
Description
Endless Skill File
Hierarchy
- TInterfacedObject
- TEsf
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetRid: TArray<Cardinal>; |
![]() |
procedure _SetRid(Rid: TArray<Cardinal>); |
![]() |
function _GetTotalSkillsCount: Cardinal; |
![]() |
procedure _SetTotalSkillsCount(TotalSkillsCount: Cardinal); |
![]() |
function _GetVersion: Cardinal; |
![]() |
procedure _SetVersion(Version: Cardinal); |
![]() |
function _GetSkills: TArray<IEsfRecord>; |
![]() |
procedure _SetSkills(Skills: TArray<IEsfRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TEsf; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Rid: TArray<Cardinal> read _GetRid write _SetRid; |
![]() |
property TotalSkillsCount: Cardinal read _GetTotalSkillsCount write _SetTotalSkillsCount; |
![]() |
property Version: Cardinal read _GetVersion write _SetVersion; |
![]() |
property Skills: TArray<IEsfRecord> read _GetSkills write _SetSkills; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
This item has no description. |
![]() |
function _GetRid: TArray<Cardinal>; |
This item has no description. |
![]() |
procedure _SetRid(Rid: TArray<Cardinal>); |
This item has no description. |
![]() |
function _GetTotalSkillsCount: Cardinal; |
This item has no description. |
![]() |
procedure _SetTotalSkillsCount(TotalSkillsCount: Cardinal); |
This item has no description. |
![]() |
function _GetVersion: Cardinal; |
This item has no description. |
![]() |
procedure _SetVersion(Version: Cardinal); |
This item has no description. |
![]() |
function _GetSkills: TArray<IEsfRecord>; |
This item has no description. |
![]() |
procedure _SetSkills(Skills: TArray<IEsfRecord>); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TEsf; |
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 Rid: TArray<Cardinal> read _GetRid write _SetRid; |
|
![]() |
property TotalSkillsCount: Cardinal read _GetTotalSkillsCount write _SetTotalSkillsCount; |
|
![]() |
property Version: Cardinal read _GetVersion write _SetVersion; |
|
![]() |
property Skills: TArray<IEsfRecord> read _GetSkills write _SetSkills; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.