Interface ISkillMasterRecord
Unit
Declaration
type ISkillMasterRecord = interface(IInterface)
Description
Record of Skill Master data in an Endless Skill Master File
Attributes
- GUID['{1E9CE215-577E-5E9A-88BF-2B39387942B8}']
Hierarchy
- IInterface
- ISkillMasterRecord
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); |
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
|
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.