MLAPI/docs/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.md
2018-03-31 10:20:18 +02:00

1.3 KiB

NetworkedBehaviour.SendToClientsTarget Method (Int32[], String, String, Byte[])

Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked

Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected void SendToClientsTarget(
	int[] clientIds,
	string messageType,
	string channelName,
	byte[] data
)

Parameters

 

clientIds
Type: System.Int32[]
The clientId's to send to
messageType
Type: System.String
User defined messageType
channelName
Type: System.String
User defined channelName
data
Type: System.Byte[]
The binary data to send

See Also

Reference

NetworkedBehaviour Class
SendToClientsTarget Overload
MLAPI Namespace