Cronous Emulation Server Daemon

IDManager.get_object Method 

Gets the object associated with an ID.

[Visual Basic]
Overridable Public Function get_object( _ 
   ByVal id As Integer _ 
) _
    Implements IDManagerInterface.get_object As Object
[C#]
public virtual object get_object(
   int id
);
[C++]
public: virtual Object* get_object(
   int id
);
[JScript]
public virtual function get_object(
   int id
): Object;

Parameters

id
ID.

Return Value

Object associated.

Implements

IDManagerInterface.get_object

See Also

IDManager Class | croemud.manager Namespace