Change Text Of A Button Using Code? (SOLVED)

Hi,

How can we change the text of a button using code?
Let us know, thanks!

Jesse

If you are using text nodes, you can use gui.set_text() and if you are using labels you can use label.set_text()

1 Like

Ok, thanks!

Here is slink to the API documentation:

1 Like