lnbColor

From Bohemia Interactive Community
Revision as of 12:29, 9 September 2014 by Ffur2007slx2 5 (talk | contribs) (syntax & example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the text color of the item with the given position of the 2D listbox. The color is returned in format Color.
Groups:
Uncategorised

Syntax

Syntax:
lnbColor [idc(Number),[row(Number),column(Number)] ]
Parameters:
[idc(Number),[row(Number),column(Number)] ]: Array
Return Value:
Array

Alternative Syntax

Syntax:
_ctrl(Control) lnbColor [row(Number),column(Number)]
Parameters:
lnbColor [row(Number),column(Number)]: Array
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

Notes

Bottom Section