lbPicture
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 picture name of the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Syntax
- Syntax:
- String = lbPicture [idc, index]
- Parameters:
- idc Number of control
- index: Number
- Return Value:
- String
Examples
- Example 1:
_picture = lbPicture [101, 0]
Additional Information
- Multiplayer:
- Behaviour unknown.

