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