Advertisement

Importing classes from other modules

Started by July 26, 2007 01:50 PM
0 comments, last by WitchLord 17 years, 4 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
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