Class TWarpRequestServerPacketWarpTypeDataMapSwitch
Unit
Declaration
type TWarpRequestServerPacketWarpTypeDataMapSwitch = class(TInterfacedObject, IWarpRequestServerPacketWarpTypeData, IWarpRequestServerPacketWarpTypeDataMapSwitch)
Description
Data associated with IWarpRequestServerPacket.WarpType value 2.
Hierarchy
- TInterfacedObject
- TWarpRequestServerPacketWarpTypeDataMapSwitch
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetMapRid: TArray<Cardinal>; |
![]() |
procedure _SetMapRid(MapRid: TArray<Cardinal>); |
![]() |
function _GetMapFileSize: Cardinal; |
![]() |
procedure _SetMapFileSize(MapFileSize: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TWarpRequestServerPacketWarpTypeDataMapSwitch; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property MapRid: TArray<Cardinal> read _GetMapRid write _SetMapRid; |
![]() |
property MapFileSize: Cardinal read _GetMapFileSize write _SetMapFileSize; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetMapRid: TArray<Cardinal>; |
|
This item has no description. | |
![]() |
procedure _SetMapRid(MapRid: TArray<Cardinal>); |
|
This item has no description. | |
![]() |
function _GetMapFileSize: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMapFileSize(MapFileSize: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TWarpRequestServerPacketWarpTypeDataMapSwitch; |
|
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 MapRid: TArray<Cardinal> read _GetMapRid write _SetMapRid; |
|
| |
![]() |
property MapFileSize: Cardinal read _GetMapFileSize write _SetMapFileSize; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
