Function ====== Menu.PushOrReloadMenu ====== Void Menu.PushOrReloadMenu(String newMenuId) ^ API | http://api.avolites.com/11.0/Menu.PushOrReloadMenu.html | ^ description | Push a new menu onto the top of the stack if it's not already there If it is, just reload it. | ^ [[macros:namespace|namespace]] | [[macros:namespace:menu]] | ^ parameter | newMenuId ( [[macros:type:string]] ) : Id of the menu to add. \\ There are many menus in Titan. One example is the generic error menu - its id is ''Error.Generic''. | ^ return value | [[macros:type:void]] | There might be various display items attached to each menu. E.g. the menu ''Error.Generic'' shows a message in the prompt, the contents being taken from [[macros:property:menu.errormessage]]. == Example in == [[macros:example:shomessage]]: Menu.PushOrReloadMenu("Error.Generic") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~