Generalize DrivenEngine::drv_invoke

This commit is contained in:
2024-09-02 21:48:24 -04:00
parent 47a570064c
commit bf3e963949
11 changed files with 67 additions and 101 deletions

View File

@@ -403,7 +403,7 @@ private:
// Invoke a lua string.
//
void invoke_lua(int64_t actor_id, int64_t place_id, std::string_view datapack);
void invoke_lua_expr(int64_t actor_id, int64_t place_id, std::string_view datapack);
// Invoke the flush-prints operation.
//