Rename drv_invoke to drv_call_function

This commit is contained in:
2024-09-03 21:56:53 -04:00
parent bf3e963949
commit 3ed9a7ee2d
4 changed files with 27 additions and 32 deletions

View File

@@ -193,7 +193,7 @@ class Driver {
std::string err = drvutil::package_lua_source(".", &oss);
if_error_print_and_exit(err);
std::string_view ossv = oss.view();
engw.play_invoke(&engw, InvocationKind::LUA_SOURCE, 0, ossv.size(), ossv.data());
engw.play_call_function(&engw, InvocationKind::LUA_SOURCE, 0, ossv.size(), ossv.data());
}
}
@@ -667,7 +667,7 @@ class Driver {
handle_socket_input_output();
handle_console_input();
handle_console_output();
engw.play_invoke_event_update(&engw, drvutil::get_monotonic_clock());
engw.play_update(&engw, drvutil::get_monotonic_clock());
}
// Cleanup