Game Development Community

Reloading AbstractClassRep?

by Neil Marshall · in Torque Game Engine · 04/26/2006 (7:59 am) · 0 replies

I'm working on trying to get Reload to work on the TGE Browser Plugin and I've run into a snag. (The code is on TDN, but it's the standard AbstractClassRep code in consoleObject.cc)

AbstractClassRep isn't allowed to be reloaded.

How do I properly shut it down and start it up again or possibly clear it's information so that it can be reused?