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

Gets character of specified serial.

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

Syntax

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

Parameters

serial
UInt32
Character serial.

Return Value

When character not found, returns UOCharacter with invalid serial.

Remarks

If you request character of player serial, it returns UOCharacter, not UOPlayer.

See Also