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.
