Interface IGuildCreateServerPacket

Unit

Declaration

type IGuildCreateServerPacket = interface(IPacket)

Description

Guild created

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetLeaderPlayerId: Cardinal;
Public procedure SetLeaderPlayerId(LeaderPlayerId: Cardinal);
Public function GetGuildTag: string;
Public procedure SetGuildTag(GuildTag: string);
Public function GetGuildName: string;
Public procedure SetGuildName(GuildName: string);
Public function GetRankName: string;
Public procedure SetRankName(RankName: string);
Public function GetGoldAmount: Cardinal;
Public procedure SetGoldAmount(GoldAmount: Cardinal);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property LeaderPlayerId: Cardinal read GetLeaderPlayerId write SetLeaderPlayerId;
Public property GuildTag: string read GetGuildTag write SetGuildTag;
Public property GuildName: string read GetGuildName write SetGuildName;
Public property RankName: string read GetRankName write SetRankName;
Public property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{7A9570FD-D360-53C4-B7E0-D23F86A18117}']
Public function GetLeaderPlayerId: Cardinal;

This item has no description.

Public procedure SetLeaderPlayerId(LeaderPlayerId: Cardinal);

This item has no description.

Public function GetGuildTag: string;

This item has no description.

Public procedure SetGuildTag(GuildTag: string);

This item has no description.

Public function GetGuildName: string;

This item has no description.

Public procedure SetGuildName(GuildName: string);

This item has no description.

Public function GetRankName: string;

This item has no description.

Public procedure SetRankName(RankName: string);

This item has no description.

Public function GetGoldAmount: Cardinal;

This item has no description.

Public procedure SetGoldAmount(GoldAmount: Cardinal);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IGuildCreateServerPacket 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 LeaderPlayerId: Cardinal read GetLeaderPlayerId write SetLeaderPlayerId;

Note
Value range is 0-64008

Public property GuildTag: string read GetGuildTag write SetGuildTag;

This item has no description.

Public property GuildName: string read GetGuildName write SetGuildName;

This item has no description.

Public property RankName: string read GetRankName write SetRankName;

This item has no description.

Public property GoldAmount: Cardinal read GetGoldAmount write SetGoldAmount;

Note
Value range is 0–197815216


Generated by PasDoc 0.16.0-snapshot.