lbValue
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 integer value in the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Syntax
- Syntax:
- Number = lbValue [idc, index]
- Parameters:
- idc: Number of control
- index: Number
- Return Value:
- Number
Examples
- Example 1:
_value = lbValue [101, 0]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- lbSetValue

