ctrlSetBackgroundColor
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:
- Sets background color of given control.
Syntax
- Syntax:
- display ctrlSetBackgroundColor color
- Parameters:
- display: Control
- color: Array (format Color)
- Return Value:
- Nothing
Examples
- Example 1:
_control ctrlSetBackgroundColor [1, 0, 0, 1]
Additional Information
- Multiplayer:
- Behaviour unknown.

