Interface IStatSkillPlayerServerPacket

Unit

Declaration

type IStatSkillPlayerServerPacket = interface(IPacket)

Description

Response to spending stat points

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetStatPoints: Cardinal;
Public procedure _SetStatPoints(StatPoints: Cardinal);
Public function _GetStats: ICharacterStatsUpdate;
Public procedure _SetStats(Stats: ICharacterStatsUpdate);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property StatPoints: Cardinal read _GetStatPoints write _SetStatPoints;
Public property Stats: ICharacterStatsUpdate read _GetStats write _SetStats;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{92FD1572-EC40-507A-9DCD-247661AAC559}']
Public function _GetStatPoints: Cardinal;

This item has no description.

Public procedure _SetStatPoints(StatPoints: Cardinal);

This item has no description.

Public function _GetStats: ICharacterStatsUpdate;

This item has no description.

Public procedure _SetStats(Stats: ICharacterStatsUpdate);

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 IStatSkillPlayerServerPacket 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 StatPoints: Cardinal read _GetStatPoints write _SetStatPoints;

Note
Value range is 0-64008

Public property Stats: ICharacterStatsUpdate read _GetStats write _SetStats;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.