Interface IMarriageReplyServerPacketReplyCodeDataSuccess

Unit

Declaration

type IMarriageReplyServerPacketReplyCodeDataSuccess = interface(IMarriageReplyServerPacketReplyCodeData)

Description

Data associated with IMarriageReplyServerPacket.ReplyCode value 3.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetGoldAmount: Cardinal;
Public procedure SetGoldAmount(GoldAmount: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{A5ED683A-F0B7-59EE-851E-7585AA5FE9D6}']
Public function GetGoldAmount: Cardinal;

This item has no description.

Public procedure SetGoldAmount(GoldAmount: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IMarriageReplyServerPacketReplyCodeDataSuccess 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 GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount;

Note
Value range is 0–197815216


Generated by PasDoc 0.16.0-snapshot.