Class TWarpAgreeServerPacketWarpTypeDataMapSwitch
Unit
Declaration
type TWarpAgreeServerPacketWarpTypeDataMapSwitch = class(TInterfacedObject, IWarpAgreeServerPacketWarpTypeData, IWarpAgreeServerPacketWarpTypeDataMapSwitch)
Description
Data associated with IWarpAgreeServerPacket.WarpType
value 2
.
Hierarchy
- TInterfacedObject
- TWarpAgreeServerPacketWarpTypeDataMapSwitch
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetMapId: Cardinal; |
|
procedure SetMapId(MapId: Cardinal); |
|
function GetWarpEffect: TWarpEffect; |
|
procedure SetWarpEffect(WarpEffect: TWarpEffect); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TWarpAgreeServerPacketWarpTypeDataMapSwitch; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property MapId: Cardinal read GetMapId write SetMapId; |
|
property WarpEffect: TWarpEffect read GetWarpEffect write SetWarpEffect; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetMapId: Cardinal; |
|
This item has no description. |
procedure SetMapId(MapId: Cardinal); |
|
This item has no description. |
function GetWarpEffect: TWarpEffect; |
|
This item has no description. |
procedure SetWarpEffect(WarpEffect: TWarpEffect); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TWarpAgreeServerPacketWarpTypeDataMapSwitch; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property MapId: Cardinal read GetMapId write SetMapId; |
|
|
property WarpEffect: TWarpEffect read GetWarpEffect write SetWarpEffect; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.