We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ℹ️ This issue is for the godot4 branch
godot4
In Godot 3.x it was OS.SetWindowTitle(string title); but in Godot 4 this is no longer the case.
OS.SetWindowTitle(string title);
Link to Godot Discord to ask this question
The text was updated successfully, but these errors were encountered:
Os was split into OS and DisplayServer: godotengine/godot#37317
DisplayServer.WindowSetTitle("I'm a title!");
Sorry, something went wrong.
WindowSetTitle() #131
b956eb9
No branches or pull requests
In Godot 3.x it was
OS.SetWindowTitle(string title);
but in Godot 4 this is no longer the case.Link to Godot Discord to ask this question
The text was updated successfully, but these errors were encountered: