lnbColor: 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 7: | Line 6: | ||
|gr1= GUI Control - ListNBox |GROUP1= | |gr1= GUI Control - ListNBox |GROUP1= | ||
| Returns the text color of the item with the given position of the 2D listbox. The color is returned in format [[Color|Color (RGBA)]]. |DESCRIPTION= | | Returns the text color of the item with the given position of the 2D listbox. The color is returned in format [[Color|Color (RGBA)]]. |DESCRIPTION= | ||
| [[lnbColor]] [idc, [row, column]] |SYNTAX= | | [[lnbColor]] [idc, [row, column]] |SYNTAX= | ||
Line 21: | Line 18: | ||
| [[Array]] |RETURNVALUE= | | [[Array]] |RETURNVALUE= | ||
|s2= control [[lnbColor]] [row, column] |SYNTAX2= | |s2= control [[lnbColor]] [row, column] |SYNTAX2= | ||
Line 32: | Line 28: | ||
|r2= [[Array]] |RETURNVALUE2= | |r2= [[Array]] |RETURNVALUE2= | ||
|x1= <code>_ctrl [[lnbColor]] [0,0];</code>|EXAMPLE1= | |x1= <code>_ctrl [[lnbColor]] [0,0];</code>|EXAMPLE1= | ||
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO= | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[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:56, 17 January 2021
Description
- Description:
- Returns the text color of the item with the given position of the 2D listbox. The color is returned in format Color (RGBA).
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbColor [idc, [row, column]]
- Parameters:
- idc: Number
- row: Number
- column: Number
- Return Value:
- Array
Alternative Syntax
- Syntax:
- control lnbColor [row, column]
- Parameters:
- control: Control
- row: Number
- column: Number
- Return Value:
- Array
Examples
- Example 1:
_ctrl lnbColor [0,0];
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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