Loading script module through script
Is it safe to register a function with the engine that will load more script modules for the currently executing context?
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.
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement