lbSetPicture
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 picture in the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Name is the picture name.
The picture is searched for in the mission directory, the dtaExt subdirectory of the campaign directory and the dtaExt directory and the data bank (or directory).
Syntax
- Syntax:
- lbSetPicture [idc, index, "name"]
- Parameters:
- idc: Number of control
- index: Number
- name: String
- Return Value:
- Nothing
Examples
- Example 1:
lbSetPicture [101, 0, "iskoda"]
Additional Information
- Multiplayer:
- Behaviour unknown.

