Interface IEquipmentMapInfo

Unit

Declaration

type IEquipmentMapInfo = interface(IInterface)

Description

Player equipment data. Sent with map information about a nearby character. Note that these values are graphic IDs.

Attributes
GUID['{49086428-851B-5D37-B298-343166345DAF}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetBoots: Cardinal;
Public procedure SetBoots(Boots: Cardinal);
Public function GetArmor: Cardinal;
Public procedure SetArmor(Armor: Cardinal);
Public function GetHat: Cardinal;
Public procedure SetHat(Hat: Cardinal);
Public function GetShield: Cardinal;
Public procedure SetShield(Shield: Cardinal);
Public function GetWeapon: Cardinal;
Public procedure SetWeapon(Weapon: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Boots: Cardinal read GetBoots write SetBoots;
Public property Armor: Cardinal read GetArmor write SetArmor;
Public property Hat: Cardinal read GetHat write SetHat;
Public property Shield: Cardinal read GetShield write SetShield;
Public property Weapon: Cardinal read GetWeapon write SetWeapon;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetBoots: Cardinal;

This item has no description.

Public procedure SetBoots(Boots: Cardinal);

This item has no description.

Public function GetArmor: Cardinal;

This item has no description.

Public procedure SetArmor(Armor: Cardinal);

This item has no description.

Public function GetHat: Cardinal;

This item has no description.

Public procedure SetHat(Hat: Cardinal);

This item has no description.

Public function GetShield: Cardinal;

This item has no description.

Public procedure SetShield(Shield: Cardinal);

This item has no description.

Public function GetWeapon: Cardinal;

This item has no description.

Public procedure SetWeapon(Weapon: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IEquipmentMapInfo 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 Boots: Cardinal read GetBoots write SetBoots;

Note
Value range is 0-64008

Public property Armor: Cardinal read GetArmor write SetArmor;

Note
Value range is 0-64008

Public property Hat: Cardinal read GetHat write SetHat;

Note
Value range is 0-64008

Public property Shield: Cardinal read GetShield write SetShield;

Note
Value range is 0-64008

Public property Weapon: Cardinal read GetWeapon write SetWeapon;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.