/* =============== idClipModel::ClearTraceModelCache =============== */ void idClipModel::ClearTraceModelCache() { traceModelCache.DeleteContents( true ); traceModelCache_Unsaved.DeleteContents( true ); traceModelHash.Free(); traceModelHash_Unsaved.Free(); }
/* ============ idCVarSystemLocal::Shutdown ============ */ void idCVarSystemLocal::Shutdown( void ) { cvars.DeleteContents( true ); cvarHash.Free(); moveCVarsToDict.Clear(); initialized = false; }
/* ================= idRenderModelManagerLocal::Shutdown ================= */ void idRenderModelManagerLocal::Shutdown() { models.DeleteContents( true ); hash.Free(); }