Click or drag to resize

NetworkingManagerSendCustomMessage Method (ListUInt32, Stream, String)

[This is preliminary documentation and is subject to change.]

Sends custom message to a list of clients

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SendCustomMessage(
	List<uint> clientIds,
	Stream stream,
	string channel = "MLAPI_DEFAULT_MESSAGE"
)
Request Example View Source

Parameters

clientIds
Type: System.Collections.GenericListUInt32
The clients to send to, sends to everyone if null
stream
Type: System.IOStream
The message stream containing the data
channel (Optional)
Type: SystemString
The channel to send the data on
See Also