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

Prints text above object of specified id (like if it said it but you are the only one who see it).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void PrintObject(
	Serial serial,
	ushort color,
	string format,
	params Object[] args
)
Public Shared Sub PrintObject ( _
	serial As Serial, _
	color As UShort, _
	format As String, _
	ParamArray args As Object() _
)
public:
static void PrintObject(
	Serial serial, 
	unsigned short color, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

serial
Serial
color
UInt16
format
String
args
array< Object >[]()[]

Remarks

When object doesn't exist in object it acts like Print.

See Also