Advertisement

calling script function from another

Started by March 18, 2010 02:09 PM
0 comments, last by WitchLord 14 years, 8 months ago
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.

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