Interface IPartyReplyServerPacketReplyCodeDataAlreadyInAnotherParty

Unit

Declaration

type IPartyReplyServerPacketReplyCodeDataAlreadyInAnotherParty = interface(IPartyReplyServerPacketReplyCodeData)

Description

Data associated with IPartyReplyServerPacket.ReplyCode value 0.

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetPlayerName: string;
Public procedure _SetPlayerName(PlayerName: string);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property PlayerName: string read _GetPlayerName write _SetPlayerName;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{07665457-806F-50DC-AEC6-9CF0BB383431}']
Public function _GetPlayerName: string;

This item has no description.

Public procedure _SetPlayerName(PlayerName: string);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IPartyReplyServerPacketReplyCodeDataAlreadyInAnotherParty 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 PlayerName: string read _GetPlayerName write _SetPlayerName;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.