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

Gets item of specified serial.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static UOItem GetItem(
	uint serial
)
Public Shared Function GetItem ( _
	serial As UInteger _
) As UOItem
public:
static UOItem^ GetItem(
	unsigned int serial
)

Parameters

serial
UInt32
Item serial.

Return Value

When object not found, returns UOItem with invalid serial.

See Also