Interface IEsf

Unit

Declaration

type IEsf = interface(IInterface)

Description

Endless Skill File

Attributes
GUID['{0213B56F-F891-535C-8F98-5398CCB97812}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetRid: TArray<Cardinal>;
Public procedure SetRid(Rid: TArray<Cardinal>);
Public function GetTotalSkillsCount: Cardinal;
Public procedure SetTotalSkillsCount(TotalSkillsCount: Cardinal);
Public function GetVersion: Cardinal;
Public procedure SetVersion(Version: Cardinal);
Public function GetSkills: TArray<IEsfRecord>;
Public procedure SetSkills(Skills: TArray<IEsfRecord>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Rid: TArray<Cardinal> read GetRid write SetRid;
Public property TotalSkillsCount: Cardinal read GetTotalSkillsCount write SetTotalSkillsCount;
Public property Version: Cardinal read GetVersion write SetVersion;
Public property Skills: TArray<IEsfRecord> read GetSkills write SetSkills;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetRid: TArray<Cardinal>;

This item has no description.

Public procedure SetRid(Rid: TArray<Cardinal>);

This item has no description.

Public function GetTotalSkillsCount: Cardinal;

This item has no description.

Public procedure SetTotalSkillsCount(TotalSkillsCount: Cardinal);

This item has no description.

Public function GetVersion: Cardinal;

This item has no description.

Public procedure SetVersion(Version: Cardinal);

This item has no description.

Public function GetSkills: TArray<IEsfRecord>;

This item has no description.

Public procedure SetSkills(Skills: TArray<IEsfRecord>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IEsf object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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 Rid: TArray<Cardinal> read GetRid write SetRid;

Note

  • Length must be 2

  • Element value range is 0-64008

Public property TotalSkillsCount: Cardinal read GetTotalSkillsCount write SetTotalSkillsCount;

Note
Value range is 0-64008

Public property Version: Cardinal read GetVersion write SetVersion;

Note
Value range is 0-252

Public property Skills: TArray<IEsfRecord> read GetSkills write SetSkills;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.