Advertisement

Declaring Templates in Scripts

Started by September 25, 2014 10:55 AM
1 comment, last by gjl 10 years, 1 month 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
{
   ///...
}

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

Advertisement

ok, thanks!

This topic is closed to new replies.

Advertisement