Cronous Emulation Server Daemon

IDManagerInterface.allocate_id Method 

Allocates an ID.

[Visual Basic]
Function allocate_id( _ 
   ByVal o As Object _ 
) As Integer
[C#]
int allocate_id(
   object o
);
[C++]
int allocate_id(
   Object* o
);
[JScript]
function allocate_id(
   Object o
): int;

Parameters

o
The object associated with the new ID.

Return Value

The new ID.

See Also

IDManagerInterface Interface | croemud.manager Namespace