userInputDisabled: Difference between revisions
Lou Montana (talk | contribs) (Add stack example, thanks OverlordZorn) |
Lou Montana (talk | contribs) m (Move example to disableUserInput) Tag: Manual revert |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 16:32, 13 April 2025
Description
- Description:
- Returns whether or not user input is disabled.
- Groups:
- Interaction
Syntax
- Syntax:
- userInputDisabled
- Return Value:
- Boolean
Examples
- Example 1:
- Toggles user input
- Example 2:
- disableUserInput true; disableUserInput true; disableUserInput true; diag_log str userInputDisabled; // true disableUserInput false; diag_log str userInputDisabled; // true disableUserInput false; diag_log str userInputDisabled; // true disableUserInput false; diag_log str userInputDisabled; // false - control is regained only here
Additional Information
- See also:
- disableUserInput
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note