lnbSetPicture: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on April ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-04-0$1") |
||
Line 51: | Line 51: | ||
<dt></dt> | <dt></dt> | ||
<dd class="notedate">Posted on | <dd class="notedate">Posted on 2021-04-06 - 07:35 (UTC)</dd> | ||
<dt class="note">[[User:R3vo|R3vo]]</dt> | <dt class="note">[[User:R3vo|R3vo]]</dt> | ||
<dd class="note"> | <dd class="note"> |
Revision as of 23:07, 13 May 2023
Description
- Description:
- Sets the picture in the item with the given position of the 2D listbox.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:
- lnbPicture lnbSetPictureRight lnbPictureRight
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
- Posted on 2021-04-06 - 07:35 (UTC)
- R3vo