Interface IStatSkillAddClientPacketActionTypeDataSkill
Unit
Declaration
type IStatSkillAddClientPacketActionTypeDataSkill = interface(IStatSkillAddClientPacketActionTypeData)
Description
Data associated with IStatSkillAddClientPacket.ActionType
value 2
.
Hierarchy
- IInterface
- IStatSkillAddClientPacketActionTypeData
- IStatSkillAddClientPacketActionTypeDataSkill
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetSpellId: Cardinal; |
|
procedure SetSpellId(SpellId: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property SpellId: Cardinal read GetSpellId write SetSpellId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetSpellId: Cardinal; |
|
This item has no description. |
procedure SetSpellId(SpellId: 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 SpellId: Cardinal read GetSpellId write SetSpellId; |
|
|
Generated by PasDoc 0.16.0-snapshot.