AddMenuEntry (RSDKv3)¶
Description¶
Adds an entry to Menu
with the contents of Text
. The text will display highlighted if HighlightEntry
is set to true.
Parameters¶
Menu
-
The menu to add the entry to.
MENU_1
orMENU_2
are valid. Text
-
New text to add in the menu.
HighlightEntry
-
Determines if the text will always be highlighted.
Return Value¶
None.