lbSetColor
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.5
Description
- Description:
- Sets the color of the item with the given index of the listbox or combobox with id idc of the topmost user dialog to color.
Colour is in format Color.
Syntax
- Syntax:
- lbSetColor [idc, index, Color]
- Parameters:
- idc: Number of control
- index: Number
- Color
- Return Value:
- Nothing
Examples
- Example 1:
lbSetColor [101, 0, [0, 1, 0, 0.5]]
Additional Information
- Multiplayer:
- Behaviour unknown.

