I was wondering if it's possible to detect unused functions (or variables). This would be a very minimal impact thing, but the larger a script, the longer it takes to compile, and if you have a lot of unused stuff I imagine that can impact it quite a bit.
Is it possible for me to write code for this or would it require some API changes/additions in Angelscript?