HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Is there any ways to intercept function calls?

07-30-2008, 02:54 PM#1
ToukoAozaki
I'd like to register all destructables to death event. To accomplish this, I need to intercept the calls and instead redirect to my custom function (because Enum functions are seriously flawed).

Is there any pre/postprocessor makes able to do this? Not being able to use preplaced objects is a big pitfall.