lnbSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
No edit summary
 
(29 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


|1.00
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


|gr1= GUI Control - ListNBox
|gr1= GUI Control - ListNBox


| Sets the additional '''integer''' value in the item with the position index of the 2D listbox.
|descr= Sets the additional '''integer''' value in the item with the position index of the 2D listbox.


| [[lnbSetValue]] [idc, [row, column], value]
|s1= [[lnbSetValue]] [idc, [row, column], value]


|p1= idc: [[Number]]
|p1= idc: [[Number]]
Line 19: Line 27:
|p4= value: [[Number]]
|p4= value: [[Number]]


| [[Nothing]]
|r1= [[Nothing]]


| s2= control [[lnbSetValue]] [<nowiki/>[row, column], value]
|s2= control [[lnbSetValue]] [<nowiki/>[row, column], value]


| p21= control: [[Control]]
|p21= control: [[Control]]


| p22= row: [[Number]]
|p22= row: [[Number]]


| p23= column: [[Number]]
|p23= column: [[Number]]


| p24= value: [[Number]]
|p24= value: [[Number]]


| r2= [[Nothing]]
|r2= [[Nothing]]


|x1= <code>_ctrl [[lnbSetValue]] [<nowiki/>[0,0],1];</code>
|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]]
|seealso= [[lnbAddArray]] [[lnbAddColumn]] [[lnbAddRow]] [[lnbClear]] [[lnbColor]] [[lnbCurSelRow]] [[lnbData]] [[lnbDeleteColumn]] [[lnbDeleteRow]] [[lnbGetColumnsPosition]] [[lnbPicture]] [[lnbSetColor]] [[lnbSetColumnsPos]] [[lnbSetCurSelRow]] [[lnbSetData]] [[lnbSetPicture]] [[lnbSetText]] [[lnbSize]] [[lnbText]] [[lnbValue]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 16:15, 16 May 2022

Hover & click on the images for description

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