Cronous Emulation Server Daemon

IDManager.allocate_id Method 

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;

Parameters

o
The object associated with the new ID.

Return Value

The new ID.

Implements

IDManagerInterface.allocate_id

See Also

IDManager Class | croemud.manager Namespace