lnbSetPicture

From Bohemia Interactive Community
Revision as of 14:17, 26 September 2020 by R3vo (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
  • Sets the picture in the item with the given position of the 2D listbox.
  • Name is the picture name.
  • The picture is searched in the mission, directory, the dtaExt subdirectory of the campaign directory, and the dtaExt directory and the data bank (or directory).
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetPicture [idc, [row, column], picturePathOrName]
Parameters:
idc: Number
row: Number
column: Number
picturePathOrName: String
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetPicture [[row, column], picturePathOrName]
Parameters:
ctrl: Control
Row: Number
Column: Number
picturePathOrName: String
Return Value:
Nothing

Examples

Example 1:
lnbSetPicture [1, [0, 0], "Picture"];
Example 2:
_ctrl lnbSetPicture [[0, 0], "\A3\Ui_f\data\GUI\Cfg\Ranks\lieutenant_gs.paa"];

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetTextlnbSetValuelnbSizelnbTextlnbValue

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note