Quantum 3 3.0.13

Public Member Functions | Public Attributes | List of all members
Photon.Deterministic.Protocol.RemovePlayerFailed Class Reference

The server reponds to RemovePlayer with this message if the player could not be removed. More...

Inheritance diagram for Photon.Deterministic.Protocol.RemovePlayerFailed:
Photon.Deterministic.Protocol.Message

Public Member Functions

override void Serialize (Serializer serializer, BitStream stream)
 The message serialization (writing and reading). More...
 
override string ToString ()
 Debug string with message content. More...
 

Public Attributes

string Message
 Debug message. More...
 
int PlayerSlot
 Player slot failed to remove. More...
 

Detailed Description

The server reponds to RemovePlayer with this message if the player could not be removed.

Member Function Documentation

◆ Serialize()

override void Photon.Deterministic.Protocol.RemovePlayerFailed.Serialize ( Serializer  serializer,
BitStream  stream 
)
inlinevirtual

The message serialization (writing and reading).

Parameters
serializerQuantum protocol serializer
streamThe bitstream to write to or read from

Implements Photon.Deterministic.Protocol.Message.

◆ ToString()

override string Photon.Deterministic.Protocol.RemovePlayerFailed.ToString ( )
inline

Debug string with message content.

Returns
Debug string

Member Data Documentation

◆ PlayerSlot

int Photon.Deterministic.Protocol.RemovePlayerFailed.PlayerSlot

Player slot failed to remove.

◆ Message

string Photon.Deterministic.Protocol.RemovePlayerFailed.Message

Debug message.