lnbData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 01:49, 17 January 2021
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