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

Returns whether object exist in world.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool Exists(
	uint serial
)
Public Shared Function Exists ( _
	serial As UInteger _
) As Boolean
public:
static bool Exists(
	unsigned int serial
)

Parameters

serial
UInt32
Object serial.

Return Value

True if object has been found; otherwise false.

See Also