Interface ISkillMasterFile

Unit

Declaration

type ISkillMasterFile = interface(IInterface)

Description

Endless Skill Master File

Attributes
GUID['{45811717-D021-58DD-9BCD-3EF272BF8559}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetSkillMasters: TArray<ISkillMasterRecord>;
Public procedure SetSkillMasters(SkillMasters: TArray<ISkillMasterRecord>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property SkillMasters: TArray<ISkillMasterRecord> read GetSkillMasters write SetSkillMasters;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetSkillMasters: TArray<ISkillMasterRecord>;

This item has no description.

Public procedure SetSkillMasters(SkillMasters: TArray<ISkillMasterRecord>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this ISkillMasterFile 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 SkillMasters: TArray<ISkillMasterRecord> read GetSkillMasters write SetSkillMasters;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.