tangible.start version 2: multistart

This commit is contained in:
2022-05-16 15:17:08 -04:00
parent cbb074011d
commit 3b805c3e8a
2 changed files with 69 additions and 63 deletions

View File

@@ -299,9 +299,6 @@ private:
//
static void store_global_pointer(lua_State *L, World *w);
// Start a thread on the specified tangible.
void tangible_start(Tangible *actor, Tangible *place, LuaStack &LS, LuaSlot func, int argpos, int nargs);
// Invoke a plan.
//
void invoke_plan(int64_t actor_id, int64_t place_id, const eng::string &action, const InvocationData &data);