lnbSetColor

From Bohemia Interactive Community
Revision as of 13:53, 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:
Sets the color of the item with the given position of the 2D listbox. Color is in format Color.
Groups:
Uncategorised

Syntax

Syntax:
lnbSetColor [idc,[row,column],color]
Parameters:
[idc,[row,column],color]: Array
Return Value:
Nothing

Alternative Syntax

Syntax:
_ctrl lnbSetColor [ [row,column],color]
Parameters:
_ctrl: Control
[ [row,column],color]: Array
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

Notes

Bottom Section