lnbSetPictureColorSelectedRight: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - " {2,}\}\}" to " }}")
m (Text replacement - "\|x([0-9]) *= * <code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
 
|game1= arma3


|game1= arma3
|version1= 1.00
|version1= 1.00


|gr1= GUI Control - ListNBox
|gr1= GUI Control - ListNBox


|descr= Sets the color of the right picture when it is selected.
|descr= Sets the color of the right picture when it is selected.


|s1= [[lnbSetPictureColorSelectedRight]] [idc, [row, column], color]
|s1= [[lnbSetPictureColorSelectedRight]] [idc, [row, column], color]
Line 21: Line 20:
|r1= [[Nothing]]
|r1= [[Nothing]]


|s2= ctrl [[lnbSetPictureColorSelectedRight]] <nowiki>[</nowiki>[row, column], color]
|s2= ctrl [[lnbSetPictureColorSelectedRight]] [<nowiki/>[row, column], color]


|p21= ctrl: [[Control]]
|p21= ctrl: [[Control]]
Line 33: Line 32:
|r2= [[Nothing]]
|r2= [[Nothing]]


|x1= <code>_control [[lnbSetPictureColorSelectedRight]] <nowiki>[</nowiki>[0, 0], [1,1,1,0.5]];</code>
|x1= <sqf>_control lnbSetPictureColorSelectedRight [[0, 0], [1,1,1,0.5]];</sqf>


|seealso= [[lnbSetColor]] [[lnbColorRight]] [[lnbColor]]
|seealso= [[lnbSetColor]] [[lnbColorRight]] [[lnbColor]]
}}
}}

Revision as of 10:38, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets the color of the right picture when it is selected.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetPictureColorSelectedRight [idc, [row, column], color]
Parameters:
idc: Number
row: Number - Index of the row
column: Number - Index of the column
color: Array - Color RGBA
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetPictureColorSelectedRight [[row, column], color]
Parameters:
ctrl: Control
row: Number - Index of the row
column: Number - Index of the column
color: Array - Color RGBA
Return Value:
Nothing

Examples

Example 1:
_control lnbSetPictureColorSelectedRight [[0, 0], [1,1,1,0.5]];

Additional Information

See also:
lnbSetColor lnbColorRight lnbColor

Notes

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