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

Waits the type of the target.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static IRequestResult WaitTargetType(
	Graphic graphic,
	UOColor color
)
<CommandAttribute> _
Public Shared Function WaitTargetType ( _
	graphic As Graphic, _
	color As UOColor _
) As IRequestResult
[CommandAttribute]
public:
static IRequestResult^ WaitTargetType(
	Graphic graphic, 
	UOColor color
)

Parameters

graphic
Graphic
The graphic.
color
UOColor
The color.

Return Value

See Also