disableUserInput
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Disable and enable the keyboard and mouse input, usually used during cutscenes.
Be careful with the usage of this command, always remember to enable the user input again, as once the user input is disabled, you can only shut down OFP but not exit the mission with escape
Syntax
Examples
- Example 1:
disableUserInput true ; cutscene disableUserInput false
Additional Information
- Multiplayer:
- Behaviour unknown.

