Hi,
It seems that `asCModule::GetFunctionByName` does not understand namespaces (but `GetFunctionByDecl` does). Instead it requires me to set the module level default namespace.
This has the problem that it doesn't seem thread safe. So I'd like to ask for support in finding a function by name in a namespace.
Sorry if this is already done, I'm using about 5 months old version of AngelScript (I didn't update to check if this was already added because I'm trying to get a version of my project ready for release).