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

Finds item type and adds it to Aliases as objectName.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static UOItem FindType(
	string objectName,
	Graphic graphic,
	UOColor color,
	Serial container
)
<CommandAttribute> _
Public Shared Function FindType ( _
	objectName As String, _
	graphic As Graphic, _
	color As UOColor, _
	container As Serial _
) As UOItem
[CommandAttribute]
public:
static UOItem^ FindType(
	String^ objectName, 
	Graphic graphic, 
	UOColor color, 
	Serial container
)

Parameters

objectName
String
Object alias.
graphic
Graphic
Searched item graphic.
color
UOColor
Searched item color.
container
Serial
Container serial, character serial, or 0 to search ground.

Return Value

Found item.

See Also