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

Compiling AngelScripts

Started by
0 comments, last by WitchLord 18 years, 3 months ago
Hi guy!! can i compile an AScripts files , same kind of Binary (ByteCode) ??
Advertisement
The scripts are compiled into bytecode when you call Build().

You can save this bytecode and load it again using the methods SaveByteCode() and LoadByteCode().

Regards,
Andreas

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