🎉 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!

Is it possible to register a base class and some derived classes in app code?

Started by
1 comment, last by gfxbean 8 years, 12 months ago

I've always just been registering individual classes in app code and deriving classes from them in script code but now I need to do the same but only in app code.

Is this possible and are there any examples or documentation which demonstrate this?

Thanks ;)

Scott

Advertisement

I think this is what you're looking for:

http://www.angelcode.com/angelscript/sdk/docs/manual/doc_adv_class_hierarchy.html

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

Funny, this is exactly what I was attempting to do with Templates, wasn't sure about the casting / association part. Thanks for the head up.

This topic is closed to new replies.

Advertisement