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.