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 );
IDManagerInterface Interface | croemud.manager Namespace