lnbSetPictureRight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix description)
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3 |Game name=
|game1= arma3
|version1= 1.00


| 1 |Game version=
|gr1= GUI Control - ListNBox


| Sets the cell's right-picture. The picture is set to the end of the '''row''', the ''column'' parameter does not matter.
|descr= Sets the cell's right-picture. The picture is set to the end of the '''row''', the ''column'' parameter does not matter.
{{Informative | The picture is searched in the mission, directory, the campaign directory's dtaExt subdirectory, and the data bank (or directory).}} |DESCRIPTION=
{{Feature|informative|The picture is searched in the mission, directory, the campaign directory's dtaExt subdirectory, and the data bank (or directory).}}


| [[lnbSetPictureRight]] [idc, [row, column], path] |SYNTAX=
|s1= [[lnbSetPictureRight]] [idc, [row, column], path]


|p1= idc: [[Number]] |PARAMETER1=
|p1= idc: [[Number]]


|p2= row: [[Number]] - 0-based index (first row is 0, second is 1, etc) |PARAMETER2=
|p2= row: [[Number]] - 0-based index (first row is 0, second is 1, etc)


|p3= column: [[Number]] - 0-based index (first column is 0, second is 1, etc) |PARAMETER3=
|p3= column: [[Number]] - 0-based index (first column is 0, second is 1, etc)


|p4= path: [[String]] - the picture's file path |PARAMETER4=
|p4= path: [[String]] - the picture's file path


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]
____________________________________________________________________________________________


|s2= ctrl [[lnbSetPicture]] [<nowiki/>[row, column], path] |SYNTAX2=
|s2= ctrl [[lnbSetPictureRight]] [<nowiki/>[row, column], path]


|p21= ctrl: [[Control]] |PARAMETER21=
|p21= ctrl: [[Control]]


|p22= row: [[Number]] - 0-based index (first row is 0, second is 1, etc) |PARAMETER22=
|p22= row: [[Number]] - 0-based index (first row is 0, second is 1, etc)


|p23= column: [[Number]] - 0-based index (first column is 0, second is 1, etc) |PARAMETER23=
|p23= column: [[Number]] - 0-based index (first column is 0, second is 1, etc)


|p24= path: [[String]] - the picture's file path |PARAMETER24=
|p24= path: [[String]] - the picture's file path


|r2= [[Nothing]] |RETURNVALUE2=
|r2= [[Nothing]]
____________________________________________________________________________________________


|x1= <code>[[lnbSetPictureRight]] [1, [0, 0], "Picture.paa"];</code>|EXAMPLE1=
|x1= <sqf>lnbSetPictureRight [1, [0, 0], "Picture.paa"];</sqf>


|x2= <code>_ctrl [[lnbSetPictureRight]] [ [0, 0], "\A3\Ui_f\data\GUI\Cfg\Ranks\lieutenant_gs.paa"];</code>|EXAMPLE2=
|x2= <sqf>_ctrl lnbSetPictureRight [[0, 0], "\A3\Ui_f\data\GUI\Cfg\Ranks\lieutenant_gs.paa"];</sqf>
____________________________________________________________________________________________


| [[lnbPictureRight]] |SEEALSO=
|seealso= [[lnbPictureRight]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Command Group: GUI Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 19:11, 15 March 2024

Hover & click on the images for description

Description

Description:
Sets the cell's right-picture. The picture is set to the end of the row, the column parameter does not matter.
The picture is searched in the mission, directory, the campaign directory's dtaExt subdirectory, and the data bank (or directory).
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetPictureRight [idc, [row, column], path]
Parameters:
idc: Number
row: Number - 0-based index (first row is 0, second is 1, etc)
column: Number - 0-based index (first column is 0, second is 1, etc)
path: String - the picture's file path
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetPictureRight [[row, column], path]
Parameters:
ctrl: Control
row: Number - 0-based index (first row is 0, second is 1, etc)
column: Number - 0-based index (first column is 0, second is 1, etc)
path: String - the picture's file path
Return Value:
Nothing

Examples

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

Additional Information

See also:
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