userInputDisabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add Arma 3 script command category)
m (template:command argument fix)
Line 6: Line 6:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns true if user input is disabled |= Description
| Returns true if user input is disabled |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| '''userInputDisabled'''|= Syntax
| '''userInputDisabled'''|SYNTAX=


| [[Boolean]]|= Return value
| [[Boolean]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 20: Line 20:
{
{
   [[disableUserInput]] [[false]];
   [[disableUserInput]] [[false]];
};</code> |= Example 1
};</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[disableUserInput]] |= See also
| [[disableUserInput]] |SEEALSO=


}}
}}

Revision as of 15:51, 7 April 2019

Hover & click on the images for description

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