Improve invoke_lua_call and probe_lua_call, don't pass actor/place, better support for classname/funcname

This commit is contained in:
2025-02-26 15:58:12 -05:00
parent 72eda3026f
commit 23f6401a93
4 changed files with 56 additions and 52 deletions

View File

@@ -420,7 +420,7 @@ private:
// Low level spawn thread function.
//
bool spawn(LuaCoreStack &LS0, int64_t actor_id, int64_t place_id, LuaSlot func, bool passactorplace, int nargs, bool print);
bool spawn(LuaCoreStack &LS0, int64_t actor_id, int64_t place_id, LuaSlot func, int nargs, bool print);
public:
////////////////////////////////////////////////////////////////////////////