lnbData

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

Description

Description:
Returns the additional text (invisible) in an item with the given position of the 2D listbox.
Groups:
Uncategorised

Syntax

Syntax:
lnbData [idc(Number) or Control,[row(Number),column(Number)] ]
Parameters:
[idc(Number) or Control,[row(Number),column(Number)] ]: Array
Return Value:
String

Alternative Syntax

Syntax:
_ctrl lnbData [row(Number),column(Number)]
Parameters:
_ctrl: Control
[row(Number),column(Number)]: Array
Return Value:
String

Examples

Example 1:
_ctrl lnbData [ lnbCurSelRow _ctrl,0];

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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