removin' script section??

Started by
0 comments, last by nebukadnezzar 20 years, 1 month ago
with engine->AddScriptSection I can add lines of code... but is it possible to remove/replace a section (and then "re" build") to have the function with the same name but other functionality?
Advertisement
When you call engine->Build() all script sections are removed. So the next time you call engine->AddScriptSection() you start from scratch.

It is currently not possible to recompile individual functions (although support for this is planned), you have to recompile everything.

www.AngelCode.com - game development and more...
AngelScript - free scripting library

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