sliderRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(classified)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2")
 
(52 intermediate revisions by 10 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


| Return limits, as an [[Array]] [min, max] of slider idc of topmost user [[dialog]]. |= Description
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| [[Array]] <nowiki>=</nowiki> '''sliderRange''' idc |= Syntax
|game4= arma2
|version4= 1.00


|p1= idc: [[Number]] |= Parameter 1
|game5= arma2oa
|version5= 1.50


| [[Array]] [min, max] |= Return value
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00
 
|x1= <pre>_slidelimits1 = sliderRange 105</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|game7= arma3
|version7= 0.50


}}
|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
 
|p21= control: [[Control]]


<h3 style="display:none">Notes</h3>
|r2= [[Array]] in format  [minValue, maxValue]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>sliderRange _ctrlSlider params ["_minValue", "_maxValue"];</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[sliderPosition]] [[sliderSetPosition]] [[sliderSetRange]] [[sliderSetSpeed]] [[sliderSpeed]]
[[Category:Scripting Commands|SLIDERRANGE]]
}}
[[Category:Scripting Commands OFP 1.96|SLIDERRANGE]]
[[Category:Scripting Commands ArmA|SLIDERRANGE]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:33, 8 November 2023

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:
sliderPosition sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed

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