Interface IGuildMember

Unit

Declaration

type IGuildMember = interface(IInterface)

Description

Information about a guild member

Attributes
GUID['{80A57FF0-7FC2-5DD5-A337-9ACF231F51E0}']

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);

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 IGuildMember 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 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.