There is currently no way to disable this menu, it can be hidden using showHUD but it is still active and usable.
Note some mods use command menu enable button for their needs At the same time calling an invisible command menu, which blocks the action menu
This leads to problems: take up something from ground, board into a vehicles, etc.
There are some popular methods to get rid of this problem, both for the average player and for the mission author
- pressing RMB or Backspace untill top-left menu was shown on the 2d map
- using Loops or onEachFrame with executed code showCommandingMenu "";
I would like to have some solution to this problem:
- showHUD with hide commanding menu parameter will also disable ability to call this menu?
- disableCommandingMenu script comand?
- BIKI note with script examples of problem solution like? e.g:
['MyEvent_commandingMenu', 'onEachFrame', {showCommandingMenu ''}] call BIS_fnc_addStackedEventHandler;