Improve invoke_lua_call and probe_lua_call, don't pass actor/place, better support for classname/funcname
This commit is contained in:
@@ -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:
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user