Hi,
I think it is possible to create templates only with the C++ API, not in scripts, right? Just out of curiosity, is it in the plans to support it in the future? It would be nice to create simple templates directly in AngelScript:
template <class T>
MyTemplateClass
{
///...
}