Class TStatSkillAddClientPacketActionTypeDataSkill
Unit
Declaration
type TStatSkillAddClientPacketActionTypeDataSkill = class(TInterfacedObject, IStatSkillAddClientPacketActionTypeData, IStatSkillAddClientPacketActionTypeDataSkill)
Description
Data associated with IStatSkillAddClientPacket.ActionType
value 2
.
Hierarchy
- TInterfacedObject
- TStatSkillAddClientPacketActionTypeDataSkill
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetSpellId: Cardinal; |
|
procedure SetSpellId(SpellId: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TStatSkillAddClientPacketActionTypeDataSkill; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property SpellId: Cardinal read GetSpellId write SetSpellId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetSpellId: Cardinal; |
|
This item has no description. |
procedure SetSpellId(SpellId: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TStatSkillAddClientPacketActionTypeDataSkill; |
|
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 SpellId: Cardinal read GetSpellId write SetSpellId; |
|
|
Generated by PasDoc 0.16.0-snapshot.