Author Topic: C++ Overwriting?  (Read 969 times)

Is it possible to overwrite C++ functions and what-not. I want to try and make the aot hook but it has stuff that needs to be put in dso'd scripts.

You can overwrite C++ functions if you put them in a package.

Quote from: MrPickle
it has stuff that needs to be put in dso'd scripts.

why?

If it's C++, you'd need to recompile the engine with it.



Plus it'd be homoloveual. If you want a hook, go play aot. Don't port every piece of stuff you think is cool over to Blockland.