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.