Skip to content

raylib.SetWindowTitle

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set title for window

Parameters

Parameter Default Value Note
caption "raylib-miniscript"

Return value

None.

Notes

Example

score = 42
raylib.SetWindowTitle "My Game - Score: " + score

Clone this wiki locally