R3ClassDelete

FUNCTION:

R3ClassDelete

TEMPLATE:

void R3ClassDelete(int id);

PARAMETERS:

id - class id of the class to be removed from the system

RETURN VALUE:

-

DESCRIPTION:

Removes a class from the system. Please don't call this unless you really know what you are doing. All objects of that class must first be deleted. Then all classes derived from that class must be deleted. Then you can call this.