keyImage
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Returns a structured text, containing an image or name (if no image is found) of the button, on the keyboard, mouse or joystick, with the given code.
Syntax
- Syntax:
- Structured Text = keyImage dikcode
- Parameters:
- dikCode: Number
- Return Value:
- Structured Text
Examples
- Example 1:
_name = keyImage 28 .... result is "Enter"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- DIK KeyCodes

