lnbColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= GUI Control - ListNBox | |gr1= GUI Control - ListNBox | ||
| Returns the text color of the item with the given position of the 2D listbox. The color is returned in format [[Color|Color (RGBA)]]. | | Returns the text color of the item with the given position of the 2D listbox. The color is returned in format [[Color|Color (RGBA)]]. | ||
| [[lnbColor]] [idc, [row, column]] | | [[lnbColor]] [idc, [row, column]] | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
|p2= row: [[Number]] | |p2= row: [[Number]] | ||
|p3= column: [[Number]] | |p3= column: [[Number]] | ||
| [[Array]] | | [[Array]] | ||
|s2= control [[lnbColor]] [row, column] | |s2= control [[lnbColor]] [row, column] | ||
|p21= control: [[Control]] |PARAMETER21= | |p21= control: [[Control]] |PARAMETER21= | ||
Line 27: | Line 27: | ||
|p23= column: [[Number]] |Parameter23= | |p23= column: [[Number]] |Parameter23= | ||
|r2= [[Array]] | |r2= [[Array]] | ||
|x1= <code>_ctrl [[lnbColor]] [0,0];</code> | |x1= <code>_ctrl [[lnbColor]] [0,0];</code> | ||
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:04, 18 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