lnbSetData: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
||
Line 22: | Line 22: | ||
| s2= ctrl [[lnbSetData]] [<nowiki/>[row, column], data] | | s2= ctrl [[lnbSetData]] [<nowiki/>[row, column], data] | ||
|p21= ctrl: [[Control]] | |p21= ctrl: [[Control]] | ||
|p22= [<nowiki/>[row, column], data]: [[Array]] | |p22= [<nowiki/>[row, column], data]: [[Array]] | ||
|p23= [row, column]: [[Array]] | |p23= [row, column]: [[Array]] | ||
|p24= row: [[Number]] | |p24= row: [[Number]] | ||
|p25= column: [[Number]] | |p25= column: [[Number]] | ||
|p26= data: [[String]] - The invisible text to add | |p26= data: [[String]] - The invisible text to add | ||
|r2= [[Nothing]] | |r2= [[Nothing]] |
Revision as of 18:07, 29 January 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- Syntax needed
- Parameters:
- [idc, [row, column], data]: Array
- idc: Number
- [row, column]: Array
- row: Number
- column: Number
- data: String - The invisible text to add
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- ctrl lnbSetData [[row, column], data]
- Parameters:
- ctrl: Control
- [[row, column], data]: Array
- [row, column]: Array
- row: Number
- column: Number
- data: String - The invisible text to add
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetData [123, [0,0],"#1"];
- Example 2:
_ctrl lnbSetData [[0,0],"#1"];
Additional Information
- See also:
- See also needed
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