lnbSetColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|arg= local |Multiplayer Arguments=
|arg= local


|eff= local |Multiplayer Effects=
|eff= local


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


| Sets the color of the item with the given position of the 2D listbox. Color is in format [[Color|Color (RGBA)]]. |DESCRIPTION=
| Sets the color of the item with the given position of the 2D listbox. Color is in format [[Color|Color (RGBA)]].


| [[lnbSetColor]] [idc, [row, column], color] |SYNTAX=
| [[lnbSetColor]] [idc, [row, column], color]


|p1= idc: [[Number]]
|p1= idc: [[Number]]
Line 23: Line 23:
|p4= color: [[Array]] in format [r,g,b,a]
|p4= color: [[Array]] in format [r,g,b,a]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


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


|p21= ctrl: [[Control]]  |PARAMETER21=
|p21= ctrl: [[Control]]  |PARAMETER21=
Line 35: Line 35:
|p24= color: [[Array]] in format [r,g,b,a]
|p24= color: [[Array]] in format [r,g,b,a]


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


|x1= <code>_ctrl [[lnbSetColor]] [<nowiki/>[0,0], [1,0,0,1]];</code>|EXAMPLE1=
|x1= <code>_ctrl [[lnbSetColor]] [<nowiki/>[0,0], [1,0,0,1]];</code>


| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO=
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 02:04, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets the color of the item with the given position of the 2D listbox. Color is in format Color (RGBA).
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetColor [idc, [row, column], color]
Parameters:
idc: Number
row: Number
column: Number
color: Array in format [r,g,b,a]
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetColor [[row, column], color]
Parameters:
ctrl: Control
row: Number
column: Number
color: Array in format [r,g,b,a]
Return Value:
Nothing

Examples

Example 1:
_ctrl lnbSetColor [[0,0], [1,0,0,1]];

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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