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.
