Difference between revisions of "lbValue"
Jump to navigation
Jump to search
m |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
||
(46 intermediate revisions by 15 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Command|Comments= | |
− | + | ____________________________________________________________________________________________ | |
− | |||
+ | | ofp |Game name= | ||
− | + | |1.5|Game version= | |
+ | |arg= local |Multiplayer Arguments= | ||
− | + | |eff= local |Multiplayer Effects= | |
− | + | |gr1= GUI Control - ListBox |GROUP1= | |
+ | ____________________________________________________________________________________________ | ||
− | + | | Returns the additional integer value in the item with the given index of the listbox or combobox with id idc of the topmost user [[dialog]]. |DESCRIPTION= | |
+ | ____________________________________________________________________________________________ | ||
− | [[Number]] | + | |'''lbValue''' [idc, index] |SYNTAX= |
+ | |p1= [idc, index]: [[Array]] |PARAMETER1= | ||
+ | |p2= idc: [[Number]] of control |PARAMETER2= | ||
+ | |p3= index: [[Number]] |PARAMETER3= | ||
+ | | [[Number]] |RETURNVALUE= | ||
− | ''' | + | |s2= control '''lbValue''' index |SYNTAX2= |
− | + | |p21= control: [[Control]] |PARAMETER21= | |
+ | |p22= index: [[Number]] |PARAMETER22= | ||
+ | |r2= [[Number]] |RETURNVALUE2= | ||
+ | ____________________________________________________________________________________________ | ||
+ | |||
+ | |x1= <code>_value = [[lbValue]] [101, 0];</code> |EXAMPLE1= | ||
− | + | |x2= <code>_value = _control [[lbValue]] 0;</code> |EXAMPLE2= | |
+ | ____________________________________________________________________________________________ | ||
− | + | | [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetPicture]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]] |SEEALSO= | |
+ | }} | ||
− | + | <h3 style="display:none">Notes</h3> | |
+ | <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> | ||
− | + | <h3 style="display:none">Bottom Section</h3> | |
+ | [[Category:Scripting Commands|LBVALUE]] | ||
+ | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting Commands OFP 1.96|LBVALUE]] | ||
+ | {{GameCategory|arma1|Scripting Commands}} | ||
+ | {{GameCategory|arma2|Scripting Commands}} | ||
+ | {{GameCategory|arma3|Scripting Commands}} | ||
+ | {{GameCategory|tkoh|Scripting Commands}} |
Latest revision as of 02:44, 10 January 2021
Hover & click on the images for descriptions
Description
- Description:
- Returns the additional integer value in the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Syntax
- Syntax:
- lbValue [idc, index]
- Parameters:
- [idc, index]: Array
- idc: Number of control
- index: Number
- Return Value:
- Number
Alternative Syntax
Examples
Additional Information
- See also:
- lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbText
- Groups:
- GUI Control - ListBox
Notes
Notes
- Posted: Sep 10 2014
- ffur2007slx2_5
- More information on the LB command family can be found here
Bottom Section
Categories:
- Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: GUI Control - ListBox
- Introduced with Operation Flashpoint version ?
- Commands utilizing local arguments
- Commands with local effects
- 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