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.