Interface IWarpAgreeServerPacketWarpTypeDataMapSwitch

Unit

Declaration

type IWarpAgreeServerPacketWarpTypeDataMapSwitch = interface(IWarpAgreeServerPacketWarpTypeData)

Description

Data associated with IWarpAgreeServerPacket.WarpType value 2.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetMapId: Cardinal;
Public procedure SetMapId(MapId: Cardinal);
Public function GetWarpEffect: TWarpEffect;
Public procedure SetWarpEffect(WarpEffect: TWarpEffect);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property MapId: Cardinal read GetMapId write SetMapId;
Public property WarpEffect: TWarpEffect read GetWarpEffect write SetWarpEffect;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{C270B2D2-5321-550A-B6EA-04509EEE4A36}']
Public function GetMapId: Cardinal;

This item has no description.

Public procedure SetMapId(MapId: Cardinal);

This item has no description.

Public function GetWarpEffect: TWarpEffect;

This item has no description.

Public procedure SetWarpEffect(WarpEffect: TWarpEffect);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IWarpAgreeServerPacketWarpTypeDataMapSwitch 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 MapId: Cardinal read GetMapId write SetMapId;

Note
Value range is 0-64008

Public property WarpEffect: TWarpEffect read GetWarpEffect write SetWarpEffect;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.