Allocates an ID.
[Visual Basic] Overridable Public Function allocate_id( _ ByVal o As Object _ ) _ Implements IDManagerInterface.allocate_id As Integer [C#] public virtual int allocate_id( object o ); [C++] public: virtual int allocate_id( Object* o ); [JScript] public virtual function allocate_id( Object o ): int;
The new ID.
IDManagerInterface.allocate_id
IDManager Class | croemud.manager Namespace