Cronous Emulation Server Daemon

IDManagerInterface.free_id Method 

Frees an ID for future reuse.

[Visual Basic]
Sub free_id( _ 
   ByVal id As Integer _ 
)
[C#]
void free_id(
   int id
);
[C++]
void free_id(
   int id
);
[JScript]
function free_id(
   int id
);

Parameters

id
The ID to free.

See Also

IDManagerInterface Interface | croemud.manager Namespace