hiddenActions
Description
- Description:
- Getter for hideActions, see also shownAction.
- Groups:
- Interaction
Syntax
- Syntax:
- hiddenActions filter
- Parameters:
- filter: Array - Array of Numbers - actions to check if hidden or [] to check all. See shownAction for numbers meaning
- Return Value:
- Array - Array of Numbers - actions that are hidden or [] if none is hidden. See shownAction for numbers meaning
Examples
- Example 1:
- Example 2:
- Example 3:
- hiddenActions []; // [2] - GetInDriver is hidden
- Example 4:
- hiddenActions [1, 2, 4]; // [1,4] - from GetInCommander/Driver/Gunner only Commander and Gunner are hidden
Additional Information
- See also:
- hideActions shownAction visibleMap shownGPS shownWatch shownCompass shownUAVFeed shownHUD addAction action isActionMenuVisible
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note