Advertisement

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

Started by July 07, 2015 09:57 PM
1 comment, last by gfxbean 9 years, 4 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

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

Advertisement

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