userInputDisabled
From Bohemia Interactive Community
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:
- CopydisableUserInput 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