Rename drv_invoke to drv_call_function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user