lnbSetValue: Difference between revisions
Jump to navigation
Jump to search
(add. ArmA2 classification) |
No edit summary |
||
(75 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | |||
[[ | |game1= arma2 | ||
|version1= 1.00 | |||
|game2= arma2oa | |||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= GUI Control - ListNBox | |||
|descr= Sets the additional '''integer''' value in the item with the position index of the 2D listbox. | |||
|s1= [[lnbSetValue]] [idc, [row, column], value] | |||
|p1= idc: [[Number]] | |||
|p2= row: [[Number]] | |||
|p3= column: [[Number]] | |||
|p4= value: [[Number]] | |||
|r1= [[Nothing]] | |||
|s2= control [[lnbSetValue]] [<nowiki/>[row, column], value] | |||
|p21= control: [[Control]] | |||
|p22= row: [[Number]] | |||
|p23= column: [[Number]] | |||
|p24= value: [[Number]] | |||
|r2= [[Nothing]] | |||
|x1= <sqf>_ctrl lnbSetValue [[0,0],1];</sqf> | |||
|seealso= [[lnbAddArray]] [[lnbAddColumn]] [[lnbAddRow]] [[lnbClear]] [[lnbColor]] [[lnbCurSelRow]] [[lnbData]] [[lnbDeleteColumn]] [[lnbDeleteRow]] [[lnbGetColumnsPosition]] [[lnbPicture]] [[lnbSetColor]] [[lnbSetColumnsPos]] [[lnbSetCurSelRow]] [[lnbSetData]] [[lnbSetPicture]] [[lnbSetText]] [[lnbSize]] [[lnbText]] [[lnbValue]] | |||
}} |
Latest revision as of 15:15, 16 May 2022
Description
- Description:
- Sets the additional integer value in the item with the position index of the 2D listbox.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbSetValue [idc, [row, column], value]
- Parameters:
- idc: Number
- row: Number
- column: Number
- value: Number
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control lnbSetValue [[row, column], value]
- Parameters:
- control: Control
- row: Number
- column: Number
- value: Number
- Return Value:
- Nothing
Examples
- Example 1:
- _ctrl lnbSetValue [[0,0],1];
Additional Information
- See also:
- lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSize lnbText lnbValue
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