userInputDisabled: Difference between revisions
| m (Add Arma 3 script command category) | m (template:command argument fix) | ||
| Line 6: | Line 6: | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | Returns true if user input is disabled |=  | | Returns true if user input is disabled |DESCRIPTION= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | '''userInputDisabled'''|=  | | '''userInputDisabled'''|SYNTAX= | ||
| | [[Boolean]]|=  | | [[Boolean]]|RETURNVALUE= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Line 20: | Line 20: | ||
| { | { | ||
|     [[disableUserInput]] [[false]]; |     [[disableUserInput]] [[false]]; | ||
| };</code> |=  | };</code> |EXAMPLE1= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | [[disableUserInput]] |=  | | [[disableUserInput]] |SEEALSO= | ||
| }} | }} | ||
Revision as of 14:51, 7 April 2019
Description
- Description:
- Returns true if user input is disabled
- Groups:
- Uncategorised
Syntax
- Syntax:
- userInputDisabled
- Return Value:
- Boolean
Examples
- Example 1:
- if (!userInputDisabled) then { disableUserInput true; } else { disableUserInput false; };
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
 
	