lnbData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|arg= local | |arg= local | ||
|eff= local | |eff= local | ||
|gr1= GUI Control - ListNBox | |gr1= GUI Control - ListNBox | ||
| Returns the additional text (invisible) in an item with the given position of the 2D listbox. | | Returns the additional text (invisible) in an item with the given position of the 2D listbox. | ||
| [[lnbData]] [idc, [row, column]] | | [[lnbData]] [idc, [row, column]] | ||
|p1= idc: [[Number]] or [[Control]] | |p1= idc: [[Number]] or [[Control]] | ||
|p2= row: [[Number]] | |p2= row: [[Number]] | ||
|p3= column: [[Number]] | |p3= column: [[Number]] | ||
| [[String]] | | [[String]] | ||
|s2= ctrl [[lnbData]] [row, column] | |s2= ctrl [[lnbData]] [row, column] | ||
|p21= ctrl: [[Control]] |PARAMETER21= | |p21= ctrl: [[Control]] |PARAMETER21= | ||
Line 31: | Line 31: | ||
|p23= column: [[Number]] |PARAMETER23= | |p23= column: [[Number]] |PARAMETER23= | ||
|r2= [[String]] | |r2= [[String]] | ||
|x1= <code>_ctrl [[lnbData]] [<nowiki/>[[lnbCurSelRow]] _ctrl,0]; {{cc|"#1"}}</code> | |x1= <code>_ctrl [[lnbData]] [<nowiki/>[[lnbCurSelRow]] _ctrl,0]; {{cc|"#1"}}</code> | ||
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:01, 18 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