lbColor
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:
- Returns the text color of the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
The color is returned in format Color.
Syntax
- Syntax:
- Color = lbColor [idc, index]
- Parameters:
- idc: Number of control
- index: Number
- Return Value:
- Color : (Array)
Examples
- Example 1:
_colour = lbColor [101, 0]
Additional Information
- Multiplayer:
- Behaviour unknown.

