Interface IMarriageReplyServerPacketReplyCodeDataSuccess
Unit
Declaration
type IMarriageReplyServerPacketReplyCodeDataSuccess = interface(IMarriageReplyServerPacketReplyCodeData)
Description
Data associated with IMarriageReplyServerPacket.ReplyCode
value 3
.
Hierarchy
- IInterface
- IMarriageReplyServerPacketReplyCodeData
- IMarriageReplyServerPacketReplyCodeDataSuccess
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetGoldAmount: Cardinal; |
|
procedure SetGoldAmount(GoldAmount: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetGoldAmount: Cardinal; |
|
This item has no description. |
procedure SetGoldAmount(GoldAmount: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount; |
|
|
Generated by PasDoc 0.16.0-snapshot.