Click or drag to resize

IWorldServiceSendClientMessage Method

Overload List
  NameDescription
Public methodSendClientMessage(String)
This function sends a message to all players in white in the chat. The whole line in the chat box will be in the set color unless color embedding is used.
Public methodSendClientMessage(String, Object)
This function sends a message to all players in white in the chat. The whole line in the chat box will be in the set color unless color embedding is used.
Public methodSendClientMessage(Color, String)
This function sends a message to all players with a chosen color in the chat. The whole line in the chat box will be in the set color unless color embedding is used.
Public methodSendClientMessage(Color, String, Object)
This function sends a message to all players with a chosen color in the chat. The whole line in the chat box will be in the set color unless color embedding is used.
Top
See Also