lnbData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 11: Line 10:


|gr1= GUI Control - ListNBox |GROUP1=
|gr1= GUI Control - ListNBox |GROUP1=
____________________________________________________________________________________________


| Returns the additional text (invisible) in an item with the given position of the 2D listbox. |DESCRIPTION=
| Returns the additional text (invisible) in an item with the given position of the 2D listbox. |DESCRIPTION=
____________________________________________________________________________________________


| [[lnbData]] [idc, [row, column]] |SYNTAX=
| [[lnbData]] [idc, [row, column]] |SYNTAX=
Line 25: Line 22:


| [[String]] |RETURNVALUE=
| [[String]] |RETURNVALUE=
____________________________________________________________________________________________


|s2= ctrl [[lnbData]] [row, column] |SYNTAX2=
|s2= ctrl [[lnbData]] [row, column] |SYNTAX2=
Line 36: Line 32:


|r2= [[String]] |RETURNVALUE2=
|r2= [[String]] |RETURNVALUE2=
____________________________________________________________________________________________




|x1= <code>_ctrl [[lnbData]] [<nowiki/>[[lnbCurSelRow]] _ctrl,0]; {{cc|"#1"}}</code>|EXAMPLE1=
|x1= <code>_ctrl [[lnbData]] [<nowiki/>[[lnbCurSelRow]] _ctrl,0]; {{cc|"#1"}}</code>|EXAMPLE1=
____________________________________________________________________________________________


| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO=
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO=


|  |MPBEHAVIOUR=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 02:49, 17 January 2021

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:
GUI Control - ListNBox

Syntax

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

Alternative Syntax

Syntax:
ctrl lnbData [row, column]
Parameters:
ctrl: Control
row: Number
column: Number
Return Value:
String

Examples

Example 1:
_ctrl lnbData [lnbCurSelRow _ctrl,0]; // "#1"

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