Advertisement

How to run angelscript in a separate thread?

Started by December 29, 2019 09:44 AM
1 comment, last by aganm 4 years, 9 months ago

I need angelscript to run in a separate thread in order to have an ability to use callbacks, etc. (For example, to make triggers in a game level. If I understand correctly, this feature requires angelscript to be run separately from the main thread). How do I do it?


Run the code that interprets the angelscript in a thread.

Edit : my bad, didn't notice december 29 before I clicked post…

This topic is closed to new replies.

Advertisement