Class TEcfRecord

Unit

Declaration

type TEcfRecord = class(TInterfacedObject, IEcfRecord)

Description

Record of Class data in an Endless Class File

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetParentType: Cardinal;
Public procedure SetParentType(ParentType: Cardinal);
Public function GetStatGroup: Cardinal;
Public procedure SetStatGroup(StatGroup: Cardinal);
Public function GetStr: Cardinal;
Public procedure SetStr(Str: Cardinal);
Public function GetIntl: Cardinal;
Public procedure SetIntl(Intl: Cardinal);
Public function GetWis: Cardinal;
Public procedure SetWis(Wis: Cardinal);
Public function GetAgi: Cardinal;
Public procedure SetAgi(Agi: Cardinal);
Public function GetCon: Cardinal;
Public procedure SetCon(Con: Cardinal);
Public function GetCha: Cardinal;
Public procedure SetCha(Cha: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TEcfRecord;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Name: string read GetName write SetName;
Public property ParentType: Cardinal read GetParentType write SetParentType;
Public property StatGroup: Cardinal read GetStatGroup write SetStatGroup;
Public property Str: Cardinal read GetStr write SetStr;
Public property Intl: Cardinal read GetIntl write SetIntl;
Public property Wis: Cardinal read GetWis write SetWis;
Public property Agi: Cardinal read GetAgi write SetAgi;
Public property Con: Cardinal read GetCon write SetCon;
Public property Cha: Cardinal read GetCha write SetCha;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetName: string;

This item has no description.

Public procedure SetName(Name: string);

This item has no description.

Public function GetParentType: Cardinal;

This item has no description.

Public procedure SetParentType(ParentType: Cardinal);

This item has no description.

Public function GetStatGroup: Cardinal;

This item has no description.

Public procedure SetStatGroup(StatGroup: Cardinal);

This item has no description.

Public function GetStr: Cardinal;

This item has no description.

Public procedure SetStr(Str: Cardinal);

This item has no description.

Public function GetIntl: Cardinal;

This item has no description.

Public procedure SetIntl(Intl: Cardinal);

This item has no description.

Public function GetWis: Cardinal;

This item has no description.

Public procedure SetWis(Wis: Cardinal);

This item has no description.

Public function GetAgi: Cardinal;

This item has no description.

Public procedure SetAgi(Agi: Cardinal);

This item has no description.

Public function GetCon: Cardinal;

This item has no description.

Public procedure SetCon(Con: Cardinal);

This item has no description.

Public function GetCha: Cardinal;

This item has no description.

Public procedure SetCha(Cha: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TEcfRecord object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TEcfRecord;

Deserializes an instance of TEcfRecord from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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 Name: string read GetName write SetName;

Note
Length must be 252 or less

Public property ParentType: Cardinal read GetParentType write SetParentType;

Note
Value range is 0-252

Public property StatGroup: Cardinal read GetStatGroup write SetStatGroup;

Note
Value range is 0-252

Public property Str: Cardinal read GetStr write SetStr;

Note
Value range is 0-64008

Public property Intl: Cardinal read GetIntl write SetIntl;

Note
Value range is 0-64008

Public property Wis: Cardinal read GetWis write SetWis;

Note
Value range is 0-64008

Public property Agi: Cardinal read GetAgi write SetAgi;

Note
Value range is 0-64008

Public property Con: Cardinal read GetCon write SetCon;

Note
Value range is 0-64008

Public property Cha: Cardinal read GetCha write SetCha;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.