Cronous Emulation Server Daemon

FastIDManager.allocate_id Method 

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;

Parameters

o
The object associated with the new ID.

Return Value

The new ID.

Implements

IDManagerInterface.allocate_id

See Also

FastIDManager Class | croemud.manager Namespace