[This is preliminary documentation and is subject to change.]

Sends a private message (PM). Does NOT send a copy of the message to the sender.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool SendPM(
	Player from,
	Player to,
	string rawMessage
)

Parameters

from
Player
Sender player.
to
Player
Recepient player.
rawMessage
String
Message text.

Return Value

True if message was sent, false if it was cancelled by an event callback.

See Also