Class TGuildMember

Unit

Declaration

type TGuildMember = class(TInterfacedObject, IGuildMember)

Description

Information about a guild member

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetRank: Cardinal;
Public procedure SetRank(Rank: Cardinal);
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetRankName: string;
Public procedure SetRankName(RankName: string);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TGuildMember;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Rank: Cardinal read GetRank write SetRank;
Public property Name: string read GetName write SetName;
Public property RankName: string read GetRankName write SetRankName;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetRank: Cardinal;

This item has no description.

Public procedure SetRank(Rank: Cardinal);

This item has no description.

Public function GetName: string;

This item has no description.

Public procedure SetName(Name: 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 procedure Serialize(Writer: TEoWriter);

Serializes this TGuildMember object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TGuildMember;

Deserializes an instance of TGuildMember from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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 Rank: Cardinal read GetRank write SetRank;

Note
Value range is 0-252

Public property Name: string read GetName write SetName;

This item has no description.

Public property RankName: string read GetRankName write SetRankName;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.