Interface IWarpAgreeServerPacketWarpTypeDataMapSwitch
Unit
Declaration
type IWarpAgreeServerPacketWarpTypeDataMapSwitch = interface(IWarpAgreeServerPacketWarpTypeData)
Description
Data associated with IWarpAgreeServerPacket.WarpType
value 2
.
Hierarchy
- IInterface
- IWarpAgreeServerPacketWarpTypeData
- IWarpAgreeServerPacketWarpTypeDataMapSwitch
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetMapId: Cardinal; |
![]() |
procedure SetMapId(MapId: Cardinal); |
![]() |
function GetWarpEffect: TWarpEffect; |
![]() |
procedure SetWarpEffect(WarpEffect: TWarpEffect); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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. Attributes
|
![]() |
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
|
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.