lnbSetPicture: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|arg= local | |arg= local | ||
|eff= local | |eff= local | ||
|gr1= GUI Control - ListNBox | |gr1= GUI Control - ListNBox | ||
| | | | ||
* Sets the picture in the item with the given position of the 2D listbox. | * Sets the picture in the item with the given position of the 2D listbox. | ||
* Name is the picture name. | * 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). | * 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). | ||
| [[lnbSetPicture]] [idc, [row, column], picturePathOrName] | | [[lnbSetPicture]] [idc, [row, column], picturePathOrName] | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= row: [[Number]] | |p2= row: [[Number]] | ||
|p3= column: [[Number]] | |p3= column: [[Number]] | ||
|p4= picturePathOrName: [[String]] | |p4= picturePathOrName: [[String]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|s2= ctrl [[lnbSetPicture]] [<nowiki/>[row, column], picturePathOrName] | |s2= ctrl [[lnbSetPicture]] [<nowiki/>[row, column], picturePathOrName] | ||
|p21= ctrl: [[Control]] |PARAMETER21= | |p21= ctrl: [[Control]] |PARAMETER21= | ||
Line 38: | Line 38: | ||
|p24= picturePathOrName: [[String]] |PARAMETER24= | |p24= picturePathOrName: [[String]] |PARAMETER24= | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>[[lnbSetPicture]] [1, [0, 0], "Picture"];</code> | |x1= <code>[[lnbSetPicture]] [1, [0, 0], "Picture"];</code> | ||
|x2= <code>_ctrl [[lnbSetPicture]] [<nowiki>[</nowiki>0, 0], "\A3\Ui_f\data\GUI\Cfg\Ranks\lieutenant_gs.paa"];</code> | |x2= <code>_ctrl [[lnbSetPicture]] [<nowiki>[</nowiki>0, 0], "\A3\Ui_f\data\GUI\Cfg\Ranks\lieutenant_gs.paa"];</code> | ||
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:01, 18 January 2021
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