Difference between revisions of "lbSetData"
Jump to navigation
Jump to search
m (Fixed params) |
Lou Montana (talk | contribs) |
||
(24 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|= | + | {{Command|Comments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | ofp | | + | | ofp |Game name= |
− | |1.5| | + | |1.5|Game version= |
− | + | _____________________________________________________________ | |
− | | | + | | Sets the additional text (invisible) in the item with the given index of the listbox or combobox with id idc of the topmost user [[dialog]] to the given data. |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | + | | '''lbSetData''' [idc, index, data] |SYNTAX= | |
− | + | |p1= [idc, index, data]: [[Array]] |PARAMETER1= | |
− | + | |p2= idc: [[Number]] of control |PARAMETER2= | |
− | | '''lbSetData ''[idc, index, data] | + | |p3= index: [[Number]] |PARAMETER3= |
− | + | |p4= data: [[String]] |PARAMETER4= | |
− | | | + | | [[Nothing]] |RETURNVALUE= |
− | |||
− | | | ||
− | | | + | |s2= control '''lbSetData''' [index, data] |SYNTAX2= |
− | | [[Nothing]] |= | + | |p21= control: [[Control]] |PARAMETER21= |
+ | |p22= [index, data]: [[Array]] |PARAMETER22= | ||
+ | |p23= index: [[Number]] |PARAMETER3= | ||
+ | |p24 = data: [[String]] |PARAMETER4= | ||
+ | |r2= [[Nothing]] |RETURNVALUE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= < | + | |x1= <code>[[lbSetData]] [101, 1, "#1"];</code> |EXAMPLE1= |
+ | |||
+ | |x2= <code>_control [[lbSetData]] [1, "#1"];</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetPicture]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]] |SEEALSO= |
}} | }} | ||
Line 35: | Line 39: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
− | + | <dd class="notedate">Posted: Sep 10 2014</dd> | |
+ | <dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]</dt> | ||
+ | <dd class="note">More information on the LB command family can be found [https://community.bistudio.com/wiki/List_Box here] | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> | ||
Line 41: | Line 47: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|LBSETDATA]] | [[Category:Scripting Commands|LBSETDATA]] | ||
+ | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands OFP 1.96|LBSETDATA]] | [[Category:Scripting Commands OFP 1.96|LBSETDATA]] | ||
[[Category:Scripting Commands ArmA|LBSETDATA]] | [[Category:Scripting Commands ArmA|LBSETDATA]] | ||
+ | [[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] |
Latest revision as of 21:50, 3 September 2019
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.5
Description
- Description:
- Sets the additional text (invisible) in the item with the given index of the listbox or combobox with id idc of the topmost user dialog to the given data.
Syntax
- Syntax:
- lbSetData [idc, index, data]
- Parameters:
- [idc, index, data]: Array
- idc: Number of control
- index: Number
- data: String
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control lbSetData [index, data]
- Parameters:
- control: Control
- [index, data]: Array
- index: Number
- data: String
- Return Value:
- Nothing
Examples
Additional Information
- Multiplayer:
- -
- See also:
- lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValue
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To
Notes
- Posted: Sep 10 2014
- ffur2007slx2_5
- More information on the LB command family can be found here
Bottom Section
Categories:
- Pages using duplicate arguments in template calls
- Scripting Commands
- Introduced with Operation Flashpoint version 1.5
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Command Group: GUI Control
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters