Class BlockListMessage
representation of a Block List.
Inheritance
System.Object
BlockListMessage
Assembly: LlamaSoftware.Chat.Model.dll
Syntax
public class BlockListMessage : MessageBase
Constructors
BlockListMessage(List<SocialPlayer>)
Declaration
public BlockListMessage(List<SocialPlayer> BlockedPlayers)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<SocialPlayer> |
BlockedPlayers |
|
Fields
BlockedPlayers
List of players that have their status changed.
Sends minimal amount of information required over the network: PlayerId, Name, IsOnline.
Declaration
public List<SocialPlayer> BlockedPlayers
Field Value
Type |
Description |
System.Collections.Generic.List<SocialPlayer> |
|
Methods
Deserialize(NetworkReader)
Declaration
public override void Deserialize(NetworkReader reader)
Parameters
Type |
Name |
Description |
NetworkReader |
reader |
|
Serialize(NetworkWriter)
Declaration
public override void Serialize(NetworkWriter writer)
Parameters
Type |
Name |
Description |
NetworkWriter |
writer |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|