Syntax
Lua |
---|
function MenuItem:SetText(value); |
Parameters
- value
-
Type:
string
The text displayed for the item.
Remarks
Sets the text display for the menu item.
Lua |
---|
function MenuItem:SetText(value); |