HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Does Table increase handles?

02-21-2009, 11:21 AM#1
Tyrande_ma3x
I'm currently using only Vex's Table in my map along with other systems like PUI and xe. However, in-game my handles rise constantly by about 500 per minute which is quite disturbing but everything works perfectly (I guess because Table's limit is 400000... or I'm mistaking?). My question is if Table is the reason I get such a high handle count since there's nothing else that can cause this - I'm pretty sure my spells are all leakless.
02-21-2009, 11:26 AM#2
Vexorian
No.

The only handle Table uses is a single gamecache one. It can't increase your handle count by more than 1.
02-22-2009, 07:05 AM#3
Tyrande_ma3x
That was strange, I thought Table increased handles with each instance created.
Though I found the problem with the leaking handles - my damage detection system was crap. Thanks to moyack's one I fixed everything...