Cronous Emulation Server Daemon

IDManagerInterface.get_object Method 

Gets the object associated with an ID.

[Visual Basic]
Function get_object( _ 
   ByVal id As Integer _ 
) As Object
[C#]
object get_object(
   int id
);
[C++]
Object* get_object(
   int id
);
[JScript]
function get_object(
   int id
): Object;

Parameters

id
ID.

Return Value

Object associated.

See Also

IDManagerInterface Interface | croemud.manager Namespace