I have just started writing my first AngelScript scripts and would benefit from being able to write a template class in the script I'm writing; is this possible? The syntax I've tried is class MyClass<class T>
, class MyClass<T>
and template<class T> class MyClass
. The ability to do this isn't shown in the documentation while the ashowboxbility to register template classes from C++ is, so my suspicion is that it is not possible. usps tracking
Is It Possible to Create Template Classes In Scripts
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement