Page MenuHomeFeedback Tracker

Action Menu is unaccessible for scripting
New, WishlistPublic

Description

There is currently no way to access the action menu(the one you get, when you scroll), to use/block it effectively.
It isn't really a commaningmenu (showCommandingMenu is still == "", when the action menu is called), so there is no way to check if the action menu is currently opened, or call it by script.

Details

Legacy ID
1958364479
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Well... try to access the Action Menu with scripting commands :P

Event Timeline

Shentoza edited Steps To Reproduce. (Show Details)Aug 8 2014, 9:19 PM
Shentoza edited Additional Information. (Show Details)
Shentoza set Category to Scripting.
Shentoza set Reproducibility to Always.
Shentoza set Severity to None.
Shentoza set Resolution to Open.
Shentoza set Legacy ID to 1958364479.May 7 2016, 7:11 PM

You can add actions to it with addAction and disable it with showHud false. Other than that it is hardcoded in engine.

Can't you disable certain actions on that menu? Like 'Eject'? If so, could you explain how?

Not directly no, but maybe you can lock vehicle/seat with player in it?

@Killzone_Kid thanks man, i think "showHud" could work for me.
But it isnt fully accessible by scripts, anyway ;)

You can mod out certain actions like "Flip weapon over" in a vehicle's UserActions class, but yes its not accessible by script.