lnbSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


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


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


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


|p1= idc: [[Number]] |PARAMETER1=
|p1= idc: [[Number]]


|p2= row: [[Number]] |PARAMETER2=
|p2= row: [[Number]]


|p3= column: [[Number]] |PARAMETER3=
|p3= column: [[Number]]


|p4= value: [[Number]] |PARAMETER4=
|p4= value: [[Number]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




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


| p21= control: [[Control]]  |PARAMETER21=
| p21= control: [[Control]]  |PARAMETER21=
Line 32: Line 32:
| p24= value: [[Number]] |PARAMETER24=
| p24= value: [[Number]] |PARAMETER24=


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


|x1= <code>_ctrl [[lnbSetValue]] [<nowiki/>[0,0],1];</code> |EXAMPLE1=
|x1= <code>_ctrl [[lnbSetValue]] [<nowiki/>[0,0],1];</code>


| [[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]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 02:04, 18 January 2021

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:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSizelnbTextlnbValue

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