Interface IEcfRecord
Unit
Declaration
type IEcfRecord = interface(IInterface)
Description
Record of Class data in an Endless Class File
Attributes
- GUID['{FB430691-7E9C-585F-9482-99402B2C4566}']
Hierarchy
- IInterface
- IEcfRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetParentType: Cardinal; |
![]() |
procedure _SetParentType(ParentType: Cardinal); |
![]() |
function _GetStatGroup: Cardinal; |
![]() |
procedure _SetStatGroup(StatGroup: Cardinal); |
![]() |
function _GetStr: Cardinal; |
![]() |
procedure _SetStr(Str: Cardinal); |
![]() |
function _GetIntl: Cardinal; |
![]() |
procedure _SetIntl(Intl: Cardinal); |
![]() |
function _GetWis: Cardinal; |
![]() |
procedure _SetWis(Wis: Cardinal); |
![]() |
function _GetAgi: Cardinal; |
![]() |
procedure _SetAgi(Agi: Cardinal); |
![]() |
function _GetCon: Cardinal; |
![]() |
procedure _SetCon(Con: Cardinal); |
![]() |
function _GetCha: Cardinal; |
![]() |
procedure _SetCha(Cha: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property ParentType: Cardinal read _GetParentType write _SetParentType; |
![]() |
property StatGroup: Cardinal read _GetStatGroup write _SetStatGroup; |
![]() |
property Str: Cardinal read _GetStr write _SetStr; |
![]() |
property Intl: Cardinal read _GetIntl write _SetIntl; |
![]() |
property Wis: Cardinal read _GetWis write _SetWis; |
![]() |
property Agi: Cardinal read _GetAgi write _SetAgi; |
![]() |
property Con: Cardinal read _GetCon write _SetCon; |
![]() |
property Cha: Cardinal read _GetCha write _SetCha; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetName: string; |
|
This item has no description. | |
![]() |
procedure _SetName(Name: string); |
|
This item has no description. | |
![]() |
function _GetParentType: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetParentType(ParentType: Cardinal); |
|
This item has no description. | |
![]() |
function _GetStatGroup: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetStatGroup(StatGroup: Cardinal); |
|
This item has no description. | |
![]() |
function _GetStr: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetStr(Str: Cardinal); |
|
This item has no description. | |
![]() |
function _GetIntl: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetIntl(Intl: Cardinal); |
|
This item has no description. | |
![]() |
function _GetWis: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetWis(Wis: Cardinal); |
|
This item has no description. | |
![]() |
function _GetAgi: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetAgi(Agi: Cardinal); |
|
This item has no description. | |
![]() |
function _GetCon: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetCon(Con: Cardinal); |
|
This item has no description. | |
![]() |
function _GetCha: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetCha(Cha: Cardinal); |
|
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 Name: string read _GetName write _SetName; |
|
| |
![]() |
property ParentType: Cardinal read _GetParentType write _SetParentType; |
|
| |
![]() |
property StatGroup: Cardinal read _GetStatGroup write _SetStatGroup; |
|
| |
![]() |
property Str: Cardinal read _GetStr write _SetStr; |
|
| |
![]() |
property Intl: Cardinal read _GetIntl write _SetIntl; |
|
| |
![]() |
property Wis: Cardinal read _GetWis write _SetWis; |
|
| |
![]() |
property Agi: Cardinal read _GetAgi write _SetAgi; |
|
| |
![]() |
property Con: Cardinal read _GetCon write _SetCon; |
|
| |
![]() |
property Cha: Cardinal read _GetCha write _SetCha; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
