EEex_LoadMenuFile

EEex_LoadMenuFile(resref)

Loads in the given .MENU file as if it were UI.MENU. Note that in order to keep the menu loaded in the event of an F5 UI reload, a post-reset listener (EEex_AddPostResetListener) must be used to reload the menu manually.

Parameters

  • resref - resource reference of menu to load

Return

None

Example

EEex_LoadMenuFile("B3_CuBar")

See Also

EEex_AddPostResetListener