userInputDisabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Tweak example)
Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[if]] (![[userInputDisabled]]) [[then]]
|x1= Toggles user input<code>[[disableUserInput]] [[!_a|!]][[userInputDisabled]];</code> |EXAMPLE1=
{
  [[disableUserInput]] [[true]];
}
[[else]]
{
  [[disableUserInput]] [[false]];
};</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:28, 14 May 2020

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:
Toggles user inputdisableUserInput !userInputDisabled;

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