Cronous Emulation Server Daemon

IDManagerInterface.set_object Method 

Sets the object associated with an ID.

[Visual Basic]
Sub set_object( _ 
   ByVal id As Integer, _ 
   ByVal o As Object _ 
)
[C#]
void set_object(
   int id,
   object o
);
[C++]
void set_object(
   int id,
   Object* o
);
[JScript]
function set_object(
   int id,
   Object o
);

Parameters

id
ID.
o
Object associated.

See Also

IDManagerInterface Interface | croemud.manager Namespace