Class TJukeboxOpenServerPacket
Unit
Declaration
type TJukeboxOpenServerPacket = class(TInterfacedObject, IPacket, IJukeboxOpenServerPacket)
Description
Reply to opening the jukebox listing
Hierarchy
- TInterfacedObject
- TJukeboxOpenServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetMapId: Cardinal; |
![]() |
procedure _SetMapId(MapId: Cardinal); |
![]() |
function _GetJukeboxPlayer: string; |
![]() |
procedure _SetJukeboxPlayer(JukeboxPlayer: string); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TJukeboxOpenServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property MapId: Cardinal read _GetMapId write _SetMapId; |
![]() |
property JukeboxPlayer: string read _GetJukeboxPlayer write _SetJukeboxPlayer; |
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 _GetJukeboxPlayer: string; |
|
This item has no description. | |
![]() |
procedure _SetJukeboxPlayer(JukeboxPlayer: string); |
|
This item has no description. | |
![]() |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function PacketFamily: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
class function PacketAction: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
class function Deserialize(Reader: TEoReader): TJukeboxOpenServerPacket; |
|
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 JukeboxPlayer: string read _GetJukeboxPlayer write _SetJukeboxPlayer; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
