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.