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.