EditMenuEntry (RSDKv3)¶
Description¶
Edits an entry of Menu
with the contents of Text
in RowID
. The text will display highlighted if HighlightEntry
is set to true.
Parameters¶
Menu
-
The menu to edit the entry in.
MENU_1
orMENU_2
are valid. Text
-
Text to replace the current text with.
RowID
-
The index of the row to edit.
HighlightEntry
-
Determines if the text will always be highlighted.
Return Value¶
None.