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

1.3 KiB

NetworkedBehaviour.SendToClientsTarget Method

Overload List

 

NameDescription
Protected methodSendToClientsTarget(String, String, Byte[]) Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked
Protected methodSendToClientsTarget(List(Int32), String, String, Byte[]) Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
Protected methodSendToClientsTarget(Int32[], String, String, Byte[]) Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked
  Back to Top

See Also

Reference

NetworkedBehaviour Class
MLAPI Namespace