Click or drag to resize

HandleClientsendSay Method

Send a message to all players

Namespace:  INF1771_GameClient.Socket
Assembly:  INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void sendSay(
	string msg
)

Parameters

msg
Type: SystemString
text of the message
See Also