Sets the object associated with an ID.
[Visual Basic] Overridable Public Sub set_object( _ ByVal id As Integer, _ ByVal o As Object _ ) _ Implements IDManagerInterface.set_object [C#] public virtual void set_object( int id, object o ); [C++] public: virtual void set_object( int id, Object* o ); [JScript] public virtual function set_object( int id, Object o );
IDManager Class | croemud.manager Namespace