R3ClassDelete
void R3ClassDelete(int id);
id - class id of the class to be removed from the system
-
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.