lnbAddRow: 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= | ||
| Adds a row of strings. |DESCRIPTION= | | Adds a row of strings. |DESCRIPTION= | ||
| [[lnbAddRow]] [idc, data] |SYNTAX= | | [[lnbAddRow]] [idc, data] |SYNTAX= | ||
Line 23: | Line 20: | ||
| [[Number]] - Row index |RETURNVALUE= | | [[Number]] - Row index |RETURNVALUE= | ||
|s2= ctrl [[lnbAddRow]] data |SYNTAX2= | |s2= ctrl [[lnbAddRow]] data |SYNTAX2= | ||
Line 32: | Line 28: | ||
|r2= [[Number]] - Row index |RETURNVALUE2= | |r2= [[Number]] - Row index |RETURNVALUE2= | ||
|x1= <code>[[lnbAddRow]] [1, ["COL1", "COL2"]];</code>|EXAMPLE1= | |x1= <code>[[lnbAddRow]] [1, ["COL1", "COL2"]];</code>|EXAMPLE1= | ||
|x2= <code>_ctrl [[lnbAddRow]] ["COL1", "COL2"];</code>|EXAMPLE2= | |x2= <code>_ctrl [[lnbAddRow]] ["COL1", "COL2"];</code>|EXAMPLE2= | ||
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |SEEALSO= | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[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:55, 17 January 2021
Description
- Description:
- Adds a row of strings.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbAddRow [idc, data]
- Parameters:
- idc: Number
- data: Array of Strings
- Return Value:
- Number - Row index
Alternative Syntax
- Syntax:
- ctrl lnbAddRow data
- Parameters:
- ctrl: Control
- data: Array of Strings
- Return Value:
- Number - Row index
Examples
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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