sliderRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " " to " ")
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| ofpr |Game name=
|game1= ofp
|version1= 1.85


|1.85|Game version=
|game2= ofpe
|version2= 1.00


|gr1= GUI Control |GROUP1=
|game3= arma1
|version3= 1.00


| Returns limits, as an [[Array]] [min, max] of <tt>CT_SLIDER</tt> or <tt>CT_XSLIDER</tt> with given idc of topmost user [[dialog]]. |DESCRIPTION=
|game4= arma2
|version4= 1.00


| '''sliderRange''' idc |SYNTAX=
|game5= arma2oa
|p1= idc: [[Number]] |PARAMETER1=
|version5= 1.50
| [[Array]] - [min, max] |RETURNVALUE=


|s2= '''sliderRange''' control |SYNTAX2=
|game6= tkoh
|version6= 1.00


|p21= control: [[Control]] |PARAMETER21=
|game7= arma3
|r2= [[Array]] - [min, max] |RETURNVALUE2=
|version7= 0.50
 
|x1= <code>_slidelimits1 = [[sliderRange]] 105;</code> |EXAMPLE1=


| [[sliderPosition]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]], [[sliderSpeed]] |SEEALSO=
|gr1= GUI Control


}}
|descr= Returns limits of [[CT_SLIDER]] or [[CT_XSLIDER]].
 
|s1= '''sliderRange''' idc
 
|p1= idc: [[Number]] - Idc of the control
 
|r1= [[Array]] in format  [minValue, maxValue]
 
|s2= '''sliderRange''' control


<h3 style="display:none">Notes</h3>
|p21= control: [[Control]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r2= [[Array]] in format  [minValue, maxValue]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <code>[[sliderRange]] _ctrlSlider [[params]] ["_minValue", "_maxValue"];</code>
[[Category:Scripting Commands|SLIDERRANGE]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SLIDERRANGE]]
{{GameCategory|arma1|Scripting Commands}}


{{GameCategory|arma2|Scripting Commands}}
|seealso= [[sliderPosition]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]], [[sliderSpeed]]
{{GameCategory|arma3|Scripting Commands}}
}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 21:14, 10 June 2021

Hover & click on the images for description

Description

Description:
Returns limits of CT_SLIDER or CT_XSLIDER.
Groups:
GUI Control

Syntax

Syntax:
sliderRange idc
Parameters:
idc: Number - Idc of the control
Return Value:
Array in format [minValue, maxValue]

Alternative Syntax

Syntax:
sliderRange control
Parameters:
control: Control
Return Value:
Array in format [minValue, maxValue]

Examples

Example 1:
sliderRange _ctrlSlider params ["_minValue", "_maxValue"];

Additional Information

See also:
sliderPositionsliderSetPositionsliderSetRangesliderSetSpeedsliderSpeed

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