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.