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

Loading script module through script

Started by
0 comments, last by WitchLord 19 years, 4 months ago
Is it safe to register a function with the engine that will load more script modules for the currently executing context?
Advertisement
Yes, it's safe. You may even call Build() from within the context.

The module that the context is currently referring to will be discarded when calling Build(), but it won't be freed until all references to it are released.

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