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.