We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void Text2D.SetText(string NewText)
SetText change the text of the Text2D.
function ChangeText() MyText= Framework.UserInterface_2D.FindPanel("LoadMenu").FindText("MyText") MyText.SetText("My New Text To Display") end