Topic: Scripting Performance
Hi, quick question. I'm not very familiar with Lua (I'm more familiar with C++), so I was just wondering if everyone has any insight into this.
Just what is the performance of calling functions using Lua, and doing various computations with Lua in Maratis? I'm mostly curious as to how much you can get away with, AI computations for example, or if scripting should be used only for basic controls and the rest done in C++?