BroHelp.me

Convet int to string in GDScript

use str(int)  to convet int to string.

func _ready():
	var playerMaxHealth = player.max_health
	bar.max_value = playerMaxHealth
	number_label.text = str(playerMaxHealth)

Random Articles

  • How play Yael Kadosh in Tehran
  • What is it in Barophobia?
  • How is the name of Haman the evil wife?
  • How to Find the Lowest Number in the Python List
  • VHDL Operators
BroHelp is provided without warranty of any kind. If you found any problem please contact us at [email protected]
BroHelp.me 2020 - 2021