Interface IEsf
Unit
Declaration
type IEsf = interface(IInterface)
Description
Endless Skill File
Attributes
- GUID['{0213B56F-F891-535C-8F98-5398CCB97812}']
Hierarchy
- IInterface
- IEsf
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); |
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
|
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.