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

