setzer22
When is exactly the Start function for Lua ScriptObjects called?
I’ve tried checking LuaScriptInstance.cpp/.h and I find it strange because LSOM_START is only declared and never used, unlike the others. So I can’t really find where and when is the Start method called.
Thanks!