Difference between revisions of "lbSetData"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {2,}\}\}" to " }}") |
|||
(50 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Command | |
− | |||
− | |||
+ | | ofp | ||
− | + | |1.5 | |
+ | |gr1= GUI Control - ListBox | ||
− | + | | 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. | |
− | '''[idc, index, data]: | + | | '''lbSetData''' [idc, index, data] |
+ | |p1= [idc, index, data]: [[Array]] | ||
+ | |p2= idc: [[Number]] of control | ||
+ | |p3= index: [[Number]] | ||
+ | |p4= data: [[String]] | ||
+ | | [[Nothing]] | ||
− | ''' | + | |s2= control '''lbSetData''' [index, data] |
− | [[Nothing]] | + | |p21= control: [[Control]] |PARAMETER21= |
+ | |p22= [index, data]: [[Array]] |PARAMETER22= | ||
+ | |p23= index: [[Number]] |PARAMETER33= | ||
+ | |p24 = data: [[String]] |PARAMETER34= | ||
+ | |r2= [[Nothing]] | ||
+ | |||
+ | |x1= <code>[[lbSetData]] [101, 1, "#1"];</code> | ||
− | + | |x2= <code>_control [[lbSetData]] [1, "#1"];</code> | |
− | + | | [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetPicture]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]] | |
+ | }} | ||
− | + | <dl class="command_description"> | |
+ | <!-- 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 [[List Box|here]] | ||
+ | <!-- Note Section END --> | ||
+ | </dl> | ||
− | + | [[Category:Scripting Commands|LBSETDATA]] | |
− | + | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | |
− | + | [[Category:Scripting Commands OFP 1.96|LBSETDATA]] | |
− | + | {{GameCategory|arma1|Scripting Commands}} | |
− | + | {{GameCategory|arma2|Scripting Commands}} | |
− | + | {{GameCategory|arma3|Scripting Commands}} | |
+ | {{GameCategory|tkoh|Scripting Commands}} |
Latest revision as of 00:26, 19 January 2021
Hover & click on the images for descriptions
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
- See also:
- lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValue
- Groups:
- GUI Control - ListBox
Notes
- Posted: Sep 10 2014
- ffur2007slx2_5
- More information on the LB command family can be found here
Categories:
- Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: GUI Control - ListBox
- Introduced with Operation Flashpoint version ?
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands