Interface IGuildCreateServerPacket
Unit
Declaration
type IGuildCreateServerPacket = interface(IPacket)
Description
Guild created
Hierarchy
- IInterface
- IPacket
- IGuildCreateServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetLeaderPlayerId: Cardinal; |
|
procedure SetLeaderPlayerId(LeaderPlayerId: Cardinal); |
|
function GetGuildTag: string; |
|
procedure SetGuildTag(GuildTag: string); |
|
function GetGuildName: string; |
|
procedure SetGuildName(GuildName: string); |
|
function GetRankName: string; |
|
procedure SetRankName(RankName: string); |
|
function GetGoldAmount: Cardinal; |
|
procedure SetGoldAmount(GoldAmount: Cardinal); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property LeaderPlayerId: Cardinal read GetLeaderPlayerId write SetLeaderPlayerId; |
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
|
property GuildName: string read GetGuildName write SetGuildName; |
|
property RankName: string read GetRankName write SetRankName; |
|
property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetLeaderPlayerId: Cardinal; |
|
This item has no description. |
procedure SetLeaderPlayerId(LeaderPlayerId: 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 GetGoldAmount: Cardinal; |
|
This item has no description. |
procedure SetGoldAmount(GoldAmount: Cardinal); |
|
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 LeaderPlayerId: Cardinal read GetLeaderPlayerId write SetLeaderPlayerId; |
|
|
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. |
property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount; |
|
|
Generated by PasDoc 0.16.0-snapshot.