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.
