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