Class TWarpAgreeServerPacketWarpTypeDataMapSwitch

Unit

Declaration

type TWarpAgreeServerPacketWarpTypeDataMapSwitch = class(TInterfacedObject, IWarpAgreeServerPacketWarpTypeData, IWarpAgreeServerPacketWarpTypeDataMapSwitch)

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);
Public class function Deserialize(Reader: TEoReader): TWarpAgreeServerPacketWarpTypeDataMapSwitch;

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.

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 TWarpAgreeServerPacketWarpTypeDataMapSwitch object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TWarpAgreeServerPacketWarpTypeDataMapSwitch;

Deserializes an instance of TWarpAgreeServerPacketWarpTypeDataMapSwitch from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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.