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.
