Interface IGuildAgreeServerPacket
Unit
Declaration
type IGuildAgreeServerPacket = interface(IPacket)
Description
Joined guild info
Hierarchy
- IInterface
- IPacket
- IGuildAgreeServerPacket
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetRecruiterId: Cardinal; |
![]() |
procedure SetRecruiterId(RecruiterId: Cardinal); |
![]() |
function GetGuildTag: string; |
![]() |
procedure SetGuildTag(GuildTag: string); |
![]() |
function GetGuildName: string; |
![]() |
procedure SetGuildName(GuildName: string); |
![]() |
function GetRankName: string; |
![]() |
procedure SetRankName(RankName: string); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property RecruiterId: Cardinal read GetRecruiterId write SetRecruiterId; |
![]() |
property GuildTag: string read GetGuildTag write SetGuildTag; |
![]() |
property GuildName: string read GetGuildName write SetGuildName; |
![]() |
property RankName: string read GetRankName write SetRankName; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetRecruiterId: Cardinal; |
This item has no description. |
![]() |
procedure SetRecruiterId(RecruiterId: 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 GetRankName: string; |
This item has no description. |
![]() |
procedure SetRankName(RankName: 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 RecruiterId: Cardinal read GetRecruiterId write SetRecruiterId; |
|
![]() |
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 RankName: string read GetRankName write SetRankName; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.