Difference between revisions of "lbValue"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
|||
(37 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Command|Comments= | |
+ | ____________________________________________________________________________________________ | ||
− | + | | ofp |Game name= | |
+ | |1.5|Game version= | ||
− | + | |arg= local |Multiplayer Arguments= | |
− | + | |eff= local |Multiplayer Effects= | |
+ | ____________________________________________________________________________________________ | ||
− | + | | 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]] |PARAMETER2= | ||
+ | |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 [https://community.bistudio.com/wiki/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]] | ||
+ | [[Category:Scripting Commands ArmA|LBVALUE]] | ||
+ | [[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}}}}]] |
Revision as of 21:51, 3 September 2019
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:
- Uncategorised
Notes
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
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Introduced with Operation Flashpoint version ?
- Commands utilizing local arguments
- Commands with local effects
- 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