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

1.1 KiB

NetworkedBehaviour.SendToNonLocalClientsTarget Method

Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked

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

Syntax

C#

protected void SendToNonLocalClientsTarget(
	string messageType,
	string channelName,
	byte[] data
)

Parameters

 

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
MLAPI Namespace