| 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
)
public:
void sendSay(
String^ msg
)
Parameters
- msg
- Type: SystemString
text of the message
See Also