Interface IStatSkillAcceptServerPacket

Unit

Declaration

type IStatSkillAcceptServerPacket = interface(IPacket)

Description

Response to spending skill points

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetSkillPoints: Cardinal;
Public procedure SetSkillPoints(SkillPoints: Cardinal);
Public function GetSpell: ISpell;
Public procedure SetSpell(Spell: ISpell);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints;
Public property Spell: ISpell read GetSpell write SetSpell;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{29891010-A381-54D6-A9A8-8A930EFDC6F3}']
Public function GetSkillPoints: Cardinal;

This item has no description.

Public procedure SetSkillPoints(SkillPoints: Cardinal);

This item has no description.

Public function GetSpell: ISpell;

This item has no description.

Public procedure SetSpell(Spell: ISpell);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IStatSkillAcceptServerPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints;

Note
Value range is 0-64008

Public property Spell: ISpell read GetSpell write SetSpell;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.