Beta Documentation - Subject to change.

Sets the text of the menu item.

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.

See Also