Version: 5.5

NetworkServer.SendByChannelToAll

매뉴얼로 전환
public static bool SendByChannelToAll (short msgType, Networking.MessageBase msg, int channelId);

파라미터

msgType The message id.
msg The message to send.
channelId The transport layer channel to use.

반환

bool True if the message was sent.

설명

Sends a network message to all connected clients on a specified transport layer QoS channel.