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

Importing classes from other modules

Started by
0 comments, last by WitchLord 16 years, 11 months ago
Hi there! I was thinking about making a kind of AngelScript plugin support. Let's say I precompiled some scripts and then I want another script to gain access to the interfaces, classes and functions from the "plugins". Is there a way of doing it? Thanks! ;)
=====================================Regards,Juan Pablo (McKrackeN) Bettini Psychoban Official Site:http://www.psychoban.comPsychoban on iTunes App Store:http://itunes.apple.com/us/app/psychoban/id378692853?mt=8
Advertisement
Not yet.

You can only import functions so far. Neither interfaces nor classes can be imported at this moment.

This is on the to-do list though, but I can't say when it will be available.

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