Interface IEnfRecord
Unit
Declaration
type IEnfRecord = interface(IInterface)
Description
Record of NPC data in an Endless NPC File
Attributes
- GUID['{6754DDB2-7C17-5CCE-AA86-5F36AC40EF20}']
Hierarchy
- IInterface
- IEnfRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetGraphicId: Cardinal; |
![]() |
procedure _SetGraphicId(GraphicId: Cardinal); |
![]() |
function _GetRace: Cardinal; |
![]() |
procedure _SetRace(Race: Cardinal); |
![]() |
function _GetBoss: Boolean; |
![]() |
procedure _SetBoss(Boss: Boolean); |
![]() |
function _GetChild: Boolean; |
![]() |
procedure _SetChild(Child: Boolean); |
![]() |
function _GetType: TNpcType; |
![]() |
procedure _SetType(Type_: TNpcType); |
![]() |
function _GetBehaviorId: Cardinal; |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
![]() |
function _GetHp: Cardinal; |
![]() |
procedure _SetHp(Hp: Cardinal); |
![]() |
function _GetTp: Cardinal; |
![]() |
procedure _SetTp(Tp: Cardinal); |
![]() |
function _GetMinDamage: Cardinal; |
![]() |
procedure _SetMinDamage(MinDamage: Cardinal); |
![]() |
function _GetMaxDamage: Cardinal; |
![]() |
procedure _SetMaxDamage(MaxDamage: Cardinal); |
![]() |
function _GetAccuracy: Cardinal; |
![]() |
procedure _SetAccuracy(Accuracy: Cardinal); |
![]() |
function _GetEvade: Cardinal; |
![]() |
procedure _SetEvade(Evade: Cardinal); |
![]() |
function _GetArmor: Cardinal; |
![]() |
procedure _SetArmor(Armor: Cardinal); |
![]() |
function _GetReturnDamage: Cardinal; |
![]() |
procedure _SetReturnDamage(ReturnDamage: Cardinal); |
![]() |
function _GetElement: TElement; |
![]() |
procedure _SetElement(Element: TElement); |
![]() |
function _GetElementDamage: Cardinal; |
![]() |
procedure _SetElementDamage(ElementDamage: Cardinal); |
![]() |
function _GetElementWeakness: TElement; |
![]() |
procedure _SetElementWeakness(ElementWeakness: TElement); |
![]() |
function _GetElementWeaknessDamage: Cardinal; |
![]() |
procedure _SetElementWeaknessDamage(ElementWeaknessDamage: Cardinal); |
![]() |
function _GetLevel: Cardinal; |
![]() |
procedure _SetLevel(Level: Cardinal); |
![]() |
function _GetExperience: Cardinal; |
![]() |
procedure _SetExperience(Experience: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property GraphicId: Cardinal read _GetGraphicId write _SetGraphicId; |
![]() |
property Race: Cardinal read _GetRace write _SetRace; |
![]() |
property Boss: Boolean read _GetBoss write _SetBoss; |
![]() |
property Child: Boolean read _GetChild write _SetChild; |
![]() |
property Type_: TNpcType read _GetType write _SetType; |
![]() |
property BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
![]() |
property MinDamage: Cardinal read _GetMinDamage write _SetMinDamage; |
![]() |
property MaxDamage: Cardinal read _GetMaxDamage write _SetMaxDamage; |
![]() |
property Accuracy: Cardinal read _GetAccuracy write _SetAccuracy; |
![]() |
property Evade: Cardinal read _GetEvade write _SetEvade; |
![]() |
property Armor: Cardinal read _GetArmor write _SetArmor; |
![]() |
property ReturnDamage: Cardinal read _GetReturnDamage write _SetReturnDamage; |
![]() |
property Element: TElement read _GetElement write _SetElement; |
![]() |
property ElementDamage: Cardinal read _GetElementDamage write _SetElementDamage; |
![]() |
property ElementWeakness: TElement read _GetElementWeakness write _SetElementWeakness; |
![]() |
property ElementWeaknessDamage: Cardinal read _GetElementWeaknessDamage write _SetElementWeaknessDamage; |
![]() |
property Level: Cardinal read _GetLevel write _SetLevel; |
![]() |
property Experience: Cardinal read _GetExperience write _SetExperience; |
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 _GetGraphicId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetGraphicId(GraphicId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetRace: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetRace(Race: Cardinal); |
|
This item has no description. | |
![]() |
function _GetBoss: Boolean; |
|
This item has no description. | |
![]() |
procedure _SetBoss(Boss: Boolean); |
|
This item has no description. | |
![]() |
function _GetChild: Boolean; |
|
This item has no description. | |
![]() |
procedure _SetChild(Child: Boolean); |
|
This item has no description. | |
![]() |
function _GetType: TNpcType; |
|
This item has no description. | |
![]() |
procedure _SetType(Type_: TNpcType); |
|
This item has no description. | |
![]() |
function _GetBehaviorId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHp(Hp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMinDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMinDamage(MinDamage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxDamage(MaxDamage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetAccuracy: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetAccuracy(Accuracy: Cardinal); |
|
This item has no description. | |
![]() |
function _GetEvade: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetEvade(Evade: Cardinal); |
|
This item has no description. | |
![]() |
function _GetArmor: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetArmor(Armor: Cardinal); |
|
This item has no description. | |
![]() |
function _GetReturnDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetReturnDamage(ReturnDamage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetElement: TElement; |
|
This item has no description. | |
![]() |
procedure _SetElement(Element: TElement); |
|
This item has no description. | |
![]() |
function _GetElementDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetElementDamage(ElementDamage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetElementWeakness: TElement; |
|
This item has no description. | |
![]() |
procedure _SetElementWeakness(ElementWeakness: TElement); |
|
This item has no description. | |
![]() |
function _GetElementWeaknessDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetElementWeaknessDamage(ElementWeaknessDamage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetLevel(Level: Cardinal); |
|
This item has no description. | |
![]() |
function _GetExperience: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetExperience(Experience: 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 GraphicId: Cardinal read _GetGraphicId write _SetGraphicId; |
|
| |
![]() |
property Race: Cardinal read _GetRace write _SetRace; |
|
| |
![]() |
property Boss: Boolean read _GetBoss write _SetBoss; |
|
This item has no description. | |
![]() |
property Child: Boolean read _GetChild write _SetChild; |
|
This item has no description. | |
![]() |
property Type_: TNpcType read _GetType write _SetType; |
|
This item has no description. | |
![]() |
property BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
|
| |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
|
| |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
|
| |
![]() |
property MinDamage: Cardinal read _GetMinDamage write _SetMinDamage; |
|
| |
![]() |
property MaxDamage: Cardinal read _GetMaxDamage write _SetMaxDamage; |
|
| |
![]() |
property Accuracy: Cardinal read _GetAccuracy write _SetAccuracy; |
|
| |
![]() |
property Evade: Cardinal read _GetEvade write _SetEvade; |
|
| |
![]() |
property Armor: Cardinal read _GetArmor write _SetArmor; |
|
| |
![]() |
property ReturnDamage: Cardinal read _GetReturnDamage write _SetReturnDamage; |
|
| |
![]() |
property Element: TElement read _GetElement write _SetElement; |
|
This item has no description. | |
![]() |
property ElementDamage: Cardinal read _GetElementDamage write _SetElementDamage; |
|
| |
![]() |
property ElementWeakness: TElement read _GetElementWeakness write _SetElementWeakness; |
|
This item has no description. | |
![]() |
property ElementWeaknessDamage: Cardinal read _GetElementWeaknessDamage write _SetElementWeaknessDamage; |
|
| |
![]() |
property Level: Cardinal read _GetLevel write _SetLevel; |
|
| |
![]() |
property Experience: Cardinal read _GetExperience write _SetExperience; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
