Class TSkillMasterRecord
Unit
Declaration
type TSkillMasterRecord = class(TInterfacedObject, ISkillMasterRecord)
Description
Record of Skill Master data in an Endless Skill Master File
Hierarchy
- TInterfacedObject
- TSkillMasterRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetBehaviorId: Cardinal; |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetMinLevel: Cardinal; |
![]() |
procedure _SetMinLevel(MinLevel: Cardinal); |
![]() |
function _GetMaxLevel: Cardinal; |
![]() |
procedure _SetMaxLevel(MaxLevel: Cardinal); |
![]() |
function _GetClassRequirement: Cardinal; |
![]() |
procedure _SetClassRequirement(ClassRequirement: Cardinal); |
![]() |
function _GetSkills: TArray<ISkillMasterSkillRecord>; |
![]() |
procedure _SetSkills(Skills: TArray<ISkillMasterSkillRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TSkillMasterRecord; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property MinLevel: Cardinal read _GetMinLevel write _SetMinLevel; |
![]() |
property MaxLevel: Cardinal read _GetMaxLevel write _SetMaxLevel; |
![]() |
property ClassRequirement: Cardinal read _GetClassRequirement write _SetClassRequirement; |
![]() |
property Skills: TArray<ISkillMasterSkillRecord> read _GetSkills write _SetSkills; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetBehaviorId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetName: string; |
|
This item has no description. | |
![]() |
procedure _SetName(Name: string); |
|
This item has no description. | |
![]() |
function _GetMinLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMinLevel(MinLevel: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxLevel(MaxLevel: Cardinal); |
|
This item has no description. | |
![]() |
function _GetClassRequirement: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetClassRequirement(ClassRequirement: Cardinal); |
|
This item has no description. | |
![]() |
function _GetSkills: TArray<ISkillMasterSkillRecord>; |
|
This item has no description. | |
![]() |
procedure _SetSkills(Skills: TArray<ISkillMasterSkillRecord>); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TSkillMasterRecord; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
![]() |
property BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
|
Behavior ID of the Skill Master NPC
| |
![]() |
property Name: string read _GetName write _SetName; |
|
| |
![]() |
property MinLevel: Cardinal read _GetMinLevel write _SetMinLevel; |
|
Minimum level required to use this Skill Master
| |
![]() |
property MaxLevel: Cardinal read _GetMaxLevel write _SetMaxLevel; |
|
Maximum level allowed to use this Skill Master
| |
![]() |
property ClassRequirement: Cardinal read _GetClassRequirement write _SetClassRequirement; |
|
Class required to use this Skill Master
| |
![]() |
property Skills: TArray<ISkillMasterSkillRecord> read _GetSkills write _SetSkills; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
