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

Inheritance

Started by
0 comments, last by WitchLord 17 years, 5 months ago
Am just intrigued for the reasons why inheritance was cut out from the implementation. I'm guessing that C++ Class inheritance is not standardized on the byte level maybe?
[ my blog ]
Advertisement
It's not cut out, it just hasn't been implemented yet. :)

The script classes can implement interfaces however (kind of like C++'s abstract classes), so you have at least polymorphism, even though you don't have inheritance of implementations.

AngelScript is still under constant development, and I'm adding features as fast as I can.

At the moment I'm doing some needed cleanup, and smoothing out the existing features to make it easier to work with.

You can see the complete to-do list here

Regards,
Andreas

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

This topic is closed to new replies.

Advertisement