Interface IGuildCreateClientPacket
Unit
Declaration
type IGuildCreateClientPacket = interface(IPacket)
Description
Final confirm creating a guild
Hierarchy
- IInterface
- IPacket
- IGuildCreateClientPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetSessionId: Cardinal; |
|
procedure SetSessionId(SessionId: Cardinal); |
|
function GetGuildTag: string; |
|
procedure SetGuildTag(GuildTag: string); |
|
function GetGuildName: string; |
|
procedure SetGuildName(GuildName: string); |
|
function GetDescription: string; |
|
procedure SetDescription(Description: string); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property SessionId: Cardinal read GetSessionId write SetSessionId; |
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
|
property GuildName: string read GetGuildName write SetGuildName; |
|
property Description: string read GetDescription write SetDescription; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetSessionId: Cardinal; |
|
This item has no description. |
procedure SetSessionId(SessionId: Cardinal); |
|
This item has no description. |
function GetGuildTag: string; |
|
This item has no description. |
procedure SetGuildTag(GuildTag: string); |
|
This item has no description. |
function GetGuildName: string; |
|
This item has no description. |
procedure SetGuildName(GuildName: string); |
|
This item has no description. |
function GetDescription: string; |
|
This item has no description. |
procedure SetDescription(Description: string); |
|
This item has no description. |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
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 SessionId: Cardinal read GetSessionId write SetSessionId; |
|
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
|
This item has no description. |
property GuildName: string read GetGuildName write SetGuildName; |
|
This item has no description. |
property Description: string read GetDescription write SetDescription; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.