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