Page MenuHomeFeedback Tracker

[Features Request] Add scripting command to open/close/refresh the action menu
New, NormalPublic

Description

Reasoning:

  1. Engine functionality already exists - should be fairly easy to expose via SQF
  2. With holdAction function the action menu fades out due the standard fadeOut/hide time of action menu being 10s - this cannot be influenced by SQF or config
class Menu
    hideTime = 60;
    quickMenuDelay = 0.5;

This is for the command menu but seems nothing exposed for action menu

There is https://community.bistudio.com/wiki/isActionMenuVisible to check it, but seems no way to open/refresh it.


Suggested commands:

openActionMenu//or show
closeActionMenu
refreshActionMenu

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting
Additional Information

Or could be done similar to: https://community.bistudio.com/wiki/showCommandingMenu [with the open to directly execution cfgActions commands with parameters]

Related:
T74388
T78547
T80835
T83812
T158770
T75458
T81924