lnbSetValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos")
(syntax & example)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbSetValue''' [idc,[row,column],value] |= Syntax
| [[lnbSetValue]] [idc,[row,column],value] |= Syntax


|p1= [idc,[row,column],value]: Array - |= PARAMETER1  
|p1= [idc,[row,column],value]: [[Array]] |= PARAMETER1  


|p2= |= PARAMETER2
| [[Nothing]] |= RETURNVALUE


|p3= |= PARAMETER3
____________________________________________________________________________________________


| Nothing |= RETURNVALUE
| s2= _ctrl [[lnbSetValue]] [ [row,column],value] |= Syntax
| p21= _ctrl: [[Control]]  |= PARAMETER1
| p22= [ [row,column],value]: [[Array]]  |= PARAMETER2


| r2= [[Nothing]] |= RETURNVALUE
____________________________________________________________________________________________


|x1= <code>{{Example needed}}</code>|= Example 1
|x1= <code>_ctrl [[lnbSetValue]] [ [0,0],1];</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:42, 9 September 2014

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

Syntax

Syntax:
lnbSetValue [idc,[row,column],value]
Parameters:
[idc,[row,column],value]: Array
Return Value:
Nothing

Alternative Syntax

Syntax:
_ctrl lnbSetValue [ [row,column],value]
Parameters:
_ctrl: Control
[ [row,column],value]: Array
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

Notes

Bottom Section