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;
The new ID.
IDManagerInterface Interface | croemud.manager Namespace