lbData
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 additional text (invisible) in an item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Syntax
- Syntax:
- String = lbData [idc, index]
- Parameters:
- idc: Number of control
- index Number
- Return Value:
- String
Examples
- Example 1:
_data = lbData [101, 0]
Additional Information
- Multiplayer:
- Behaviour unknown.

