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

