lnbSetValue

From Bohemia Interactive Community
Revision as of 11:28, 13 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>([^<]*)<nowiki\/?>([^<]*)<\/code>" to "<code>$1$2</code>")
Jump to navigation Jump to search

{{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 [[row, column], value]

|p21= control: Control

|p22= row: Number

|p23= column: Number

|p24= value: Number

|r2= Nothing

|x1= _ctrl lnbSetValue [[0,0],1];

|seealso= lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSize lnbText lnbValue }}