calling script function from another
If I call a script function and that function calls a function in my app that then calls another script function. I have to make a new context right?
Correct.
You do however want to avoid creating new contexts all the time. The best thing is to keep a pool of contexts that are reused as necessary.
You do however want to avoid creating new contexts all the time. The best thing is to keep a pool of contexts that are reused as necessary.
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