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.