MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / window_set_title

Method window_set_title

platform/web/display_server_web.cpp:1338–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336}
1337
1338void DisplayServerWeb::window_set_title(const String &p_title, WindowID p_window) {
1339 godot_js_display_window_title_set(p_title.utf8().get_data());
1340}
1341
1342int DisplayServerWeb::window_get_current_screen(WindowID p_window) const {
1343 ERR_FAIL_COND_V(p_window != MAIN_WINDOW_ID, INVALID_SCREEN);

Callers 2

main.cppFile · 0.45
_update_titleMethod · 0.45

Calls 2

get_dataMethod · 0.45
utf8Method · 0.45

Tested by

no test coverage detected