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

Gets object of specified serial.

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

Syntax

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

Parameters

serial
UInt32
Object serial

Return Value

Returns instance of UOCharacter or UOItem. When object not found, returns UOObject with invalid serial.

See Also