lnbSetColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 11: | Line 10: | ||
|gr1= GUI Control - ListNBox |GROUP1= | |gr1= GUI Control - ListNBox |GROUP1= | ||
| 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)]]. |DESCRIPTION= | ||
| [[lnbSetColor]] [idc, [row, column], color] |SYNTAX= | | [[lnbSetColor]] [idc, [row, column], color] |SYNTAX= | ||
Line 27: | Line 24: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|s2= ctrl [[lnbSetColor]] [<nowiki/>[row, column], color] |SYNTAX2= | |s2= ctrl [[lnbSetColor]] [<nowiki/>[row, column], color] |SYNTAX2= | ||
Line 40: | Line 36: | ||
|r2= [[Nothing]] |RETURNVALUE2= | |r2= [[Nothing]] |RETURNVALUE2= | ||
|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>|EXAMPLE1= | ||
| [[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]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
{{GameCategory|tkoh|Scripting Commands}} | {{GameCategory|tkoh|Scripting Commands}} |
Revision as of 01:51, 17 January 2021
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