Advertisement

Registering inheritance

Started by October 08, 2006 09:13 AM
1 comment, last by Mildanach 18 years, 1 month ago
Hello all, I've got a question as in subject - how to notify AS engine that registered class inherits from another one? I'd like to call function f(Base@) in script and pass an object of derived type.
This feature hasn't been implemented yet. Maybe I'll be able to implement it for the next version (not the one currently in development but the one after that).

Until then you can register a function that takes a handle to the derived object and returns a handle to the base object.

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
Thanks for advice.

happy coding,
Mike

This topic is closed to new replies.

Advertisement