What does str() mean i tried searching it up but i still dont understand

Godot Version

4.6

Question

What does str() mean and when is it used


You convert something into a string.

For example a score integer to display as a string with other text.

1 Like

You can find it described in the docs here: