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

Says the specified color.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute("say")]
public static void Say(
	ushort color,
	string text
)
<CommandAttribute("say")> _
Public Shared Sub Say ( _
	color As UShort, _
	text As String _
)
[CommandAttribute(L"say")]
public:
static void Say(
	unsigned short color, 
	String^ text
)

Parameters

color
UInt16
The color.
text
String
The text.

See Also