lnbSetData: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (undo)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(71 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Sets the additional text (invisible) in the item with the given position of the 2D listbox. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| [[lnbSetData]] [idc([[Number]]) or [[Control]],[row([[Number]]),column([[Number]])],data([[Anything]])] |= Syntax
|game4= arma3
|version4= 0.50


|p1= [idc([[Number]]) or [[Control]],[row([[Number]]),column([[Number]])],data([[Anything]])]: [[Array]]  |= PARAMETER1
|gr1= GUI Control - ListNBox


| [[Nothing]] |= RETURNVALUE
|descr= Sets the additional text (invisible) on the item with the given position of the 2D listbox.
___________________________________________________________________________________________


| s2= _ctrl [[lnbSetData]] [ [row([[Number]]),column([[Number]])],data([[Anything]])] |= Syntax
|s1= [[lnbSetData]] [idc, [row, column], data]


| p21= _ctrl: [[Control]] |= Parameter 1
|p1= idc: [[Number]]


| p22= [ [row([[Number]]),column([[Number]])],data([[Anything]])]: [[Array]]  |= Parameter 1
|p2= row: [[Number]]


| r2= [[Nothing]] |= Return value
|p3= column: [[Number]]
____________________________________________________________________________________________


|x1= <code></code>|= Example 1
|p4= data: [[String]] - the invisible text to add
____________________________________________________________________________________________


| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetColumnsPos]], [[lnbSetCurSelRow]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |= SEEALSO
|r1= [[Nothing]]


| |= MPBEHAVIOUR
|s2= ctrl [[lnbSetData]] [<nowiki/>[row, column], data]
____________________________________________________________________________________________
 
}}
|p21= ctrl: [[Control]]
 
|p22= row: [[Number]]
 
|p23= column: [[Number]]
 
|p24= data: [[String]] - the invisible text to add
 
|r2= [[Nothing]]


<h3 style='display:none'>Notes</h3>
|x1= <sqf>lnbSetData [123, [0,0],"#1"];</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>_ctrl lnbSetData [[0,0],"#1"];</sqf>
</dl>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[lnbSetTooltip]] [[lnbAddArray]] [[lnbAddColumn]] [[lnbAddRow]] [[lnbClear]] [[lnbColor]] [[lnbCurSelRow]] [[lnbData]] [[lnbDeleteColumn]] [[lnbDeleteRow]] [[lnbGetColumnsPosition]] [[lnbPicture]] [[lnbSetColor]] [[lnbSetColumnsPos]] [[lnbSetCurSelRow]] [[lnbSetPicture]] [[lnbSetText]] [[lnbSetValue]] [[lnbSize]] [[lnbText]] [[lnbValue]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:50, 8 November 2023

Hover & click on the images for description

Description

Description:
Sets the additional text (invisible) on the item with the given position of the 2D listbox.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetData [idc, [row, column], data]
Parameters:
idc: Number
row: Number
column: Number
data: String - the invisible text to add
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetData [[row, column], data]
Parameters:
ctrl: Control
row: Number
column: Number
data: String - the invisible text to add
Return Value:
Nothing

Examples

Example 1:
lnbSetData [123, [0,0],"#1"];
Example 2:
_ctrl lnbSetData [[0,0],"#1"];

Additional Information

See also:
lnbSetTooltip lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetPicture lnbSetText lnbSetValue 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