🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Declaring Templates in Scripts

Started by
1 comment, last by gjl 9 years, 9 months ago

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
{
   ///...
}
Advertisement

Right now it is not something I'm planning on implementing. Maybe in some distant future.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

ok, thanks!

This topic is closed to new replies.

Advertisement