I have registered template specializations for my array class, for example Array<int>, Array<double>. In prior versions of AngelScript I was able to make the following call to get the corresponding object type.
asIScriptEngine::GetObjectTypeByName("Array<double>")
This function now returns a null pointer. There doesn't seem to be any way to get the type of a template specialization from the engine. Am I missing something, or is this an oversight?