wManager.Wow.Helpers Namespace
WRobot

Chat..::..SendChatMessageWhisper Method

Send whisper message.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static void SendChatMessageWhisper(
	string message,
	string playerName
)
Public Shared Sub SendChatMessageWhisper ( _
	message As String, _
	playerName As String _
)
public:
static void SendChatMessageWhisper(
	String^ message, 
	String^ playerName
)

Parameters

message
Type: String
The message.
playerName
Type: String
Name of the player.