Interface IAdminInteractTellServerPacket

Unit

Declaration

type IAdminInteractTellServerPacket = interface(IPacket)

Description

Admin character info lookup

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetUsage: Cardinal;
Public procedure SetUsage(Usage: Cardinal);
Public function GetGoldBank: Cardinal;
Public procedure SetGoldBank(GoldBank: Cardinal);
Public function GetExp: Cardinal;
Public procedure SetExp(Exp: Cardinal);
Public function GetLevel: Cardinal;
Public procedure SetLevel(Level: Cardinal);
Public function GetMapId: Cardinal;
Public procedure SetMapId(MapId: Cardinal);
Public function GetMapCoords: IBigCoords;
Public procedure SetMapCoords(MapCoords: IBigCoords);
Public function GetStats: ICharacterStatsInfoLookup;
Public procedure SetStats(Stats: ICharacterStatsInfoLookup);
Public function GetWeight: IWeight;
Public procedure SetWeight(Weight: IWeight);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Name: string read GetName write SetName;
Public property Usage: Cardinal read GetUsage write SetUsage;
Public property GoldBank: Cardinal read GetGoldBank write SetGoldBank;
Public property Exp: Cardinal read GetExp write SetExp;
Public property Level: Cardinal read GetLevel write SetLevel;
Public property MapId: Cardinal read GetMapId write SetMapId;
Public property MapCoords: IBigCoords read GetMapCoords write SetMapCoords;
Public property Stats: ICharacterStatsInfoLookup read GetStats write SetStats;
Public property Weight: IWeight read GetWeight write SetWeight;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{F8A93248-38EA-5DA4-84DD-E99DE5158B23}']
Public function GetName: string;

This item has no description.

Public procedure SetName(Name: string);

This item has no description.

Public function GetUsage: Cardinal;

This item has no description.

Public procedure SetUsage(Usage: Cardinal);

This item has no description.

Public function GetGoldBank: Cardinal;

This item has no description.

Public procedure SetGoldBank(GoldBank: Cardinal);

This item has no description.

Public function GetExp: Cardinal;

This item has no description.

Public procedure SetExp(Exp: Cardinal);

This item has no description.

Public function GetLevel: Cardinal;

This item has no description.

Public procedure SetLevel(Level: Cardinal);

This item has no description.

Public function GetMapId: Cardinal;

This item has no description.

Public procedure SetMapId(MapId: Cardinal);

This item has no description.

Public function GetMapCoords: IBigCoords;

This item has no description.

Public procedure SetMapCoords(MapCoords: IBigCoords);

This item has no description.

Public function GetStats: ICharacterStatsInfoLookup;

This item has no description.

Public procedure SetStats(Stats: ICharacterStatsInfoLookup);

This item has no description.

Public function GetWeight: IWeight;

This item has no description.

Public procedure SetWeight(Weight: IWeight);

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 IAdminInteractTellServerPacket 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 Name: string read GetName write SetName;

This item has no description.

Public property Usage: Cardinal read GetUsage write SetUsage;

Note
Value range is 0–197815216

Public property GoldBank: Cardinal read GetGoldBank write SetGoldBank;

Note
Value range is 0–197815216

Public property Exp: Cardinal read GetExp write SetExp;

Note
Value range is 0–197815216

Public property Level: Cardinal read GetLevel write SetLevel;

Note
Value range is 0-252

Public property MapId: Cardinal read GetMapId write SetMapId;

Note
Value range is 0-64008

Public property MapCoords: IBigCoords read GetMapCoords write SetMapCoords;

This item has no description.

Public property Stats: ICharacterStatsInfoLookup read GetStats write SetStats;

This item has no description.

Public property Weight: IWeight read GetWeight write SetWeight;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.