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

