lnbColor: Difference between revisions
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos") |
(syntax & example) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the text color of the item with the given position of the 2D listbox. | | Returns the text color of the item with the given position of the 2D listbox. The color is returned in format [[Color]]. |= Description | ||
The color is returned in format [[Color]]. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[lnbColor]] [idc([[Number]]),[row([[Number]]),column([[Number]])] ] |= Syntax | ||
|p1= [idc,[row,column]: Array | |p1= [idc([[Number]]),[row([[Number]]),column([[Number]])] ]: [[Array]] |= PARAMETER1 | ||
| | | [[Array]] |= RETURNVALUE | ||
____________________________________________________________________________________________ | |||
| s2= _ctrl([[Control]]) [[lnbColor]] [row([[Number]]),column([[Number]])] |= Syntax | |||
| | | p21= [[lnbColor]] [row([[Number]]),column([[Number]])]: [[Array]] |= PARAMETER1 | ||
| [[Array]] |= RETURNVALUE | | r2= [[Array]] |= RETURNVALUE | ||
____________________________________________________________________________________________ | |||
|x1= <code> | |x1= <code>_ctrl [[lnbColor]] [0,0];</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 36: | Line 39: | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 11:29, 9 September 2014
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