Syntax
Lua |
---|
function Window:SetText(value); |
Parameters
- value
-
Type:
string
The text of the window.
Remarks
Sets the text that is usually displayed as part of the caption for a window.
Lua |
---|
function Window:SetText(value); |