sliderSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed colon from return value)
m (Replaced <code> with <sqf>)
 
(47 intermediate revisions by 4 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 speed, as an [[Array]] [min, max] of slider idc of topmost user [[dialog]]. |= Description
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| '''sliderSpeed''' idc |= Syntax
|game4= arma2
|p1= idc: [[Number]] of control |= Parameter 1
|version4= 1.00
| [[Array]] - [min, max] |= Return value


|s2= '''sliderSpeed''' control |= Syntax
|game5= arma2oa
|p21= control: [[Control]] |= Parameter 1
|version5= 1.50
|r2= [[Array]] |= Return value
____________________________________________________________________________________________
 
|x1= <code>_slidespeed1 = [[sliderSpeed]] 105;</code> |= Example 1
____________________________________________________________________________________________


| [[sliderPosition]], [[sliderRange]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]] |= See also
|game6= tkoh
|version6= 1.00


}}
|game7= arma3
|version7= 0.50
 
|gr1= GUI Control
 
|descr= Returns slider step value for line and page movement of [[CT_SLIDER]] or [[CT_XSLIDER]].
 
|s1= [[sliderSpeed]] idc
 
|p1= idc: [[Number]]: Idc of the control
 
|r1= [[Array]] in format [minSpeed, maxSpeed, step] (command returns optional param 'step' since Arma 3 v2.07.148151)
 
|s2= [[sliderSpeed]] control
 
|p21= control: [[Control]]


<h3 style="display:none">Notes</h3>
|r2= [[Array]] in format [minSpeed, maxSpeed, step] (command returns optional param 'step' since Arma 3 v2.07.148151)
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>sliderSpeed _ctrlSlider params ["_min", "_max"];</sqf>
</dl>
|x2= Since Arma 3 v2.07.148151:
<sqf>sliderSpeed _ctrlSlider params ["_min", "_max", "_step"];</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[sliderPosition]] [[sliderRange]] [[sliderSetPosition]] [[sliderSetRange]] [[sliderSetSpeed]]
[[Category:Scripting Commands|SLIDERSPEED]]
}}
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SLIDERSPEED]]
[[Category:Scripting Commands ArmA|SLIDERSPEED]]
[[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}}}}]]

Latest revision as of 17:14, 14 May 2022

Hover & click on the images for description

Description

Description:
Returns slider step value for line and page movement of CT_SLIDER or CT_XSLIDER.
Groups:
GUI Control

Syntax

Syntax:
sliderSpeed idc
Parameters:
idc: Number: Idc of the control
Return Value:
Array in format [minSpeed, maxSpeed, step] (command returns optional param 'step' since Arma 3 v2.07.148151)

Alternative Syntax

Syntax:
sliderSpeed control
Parameters:
control: Control
Return Value:
Array in format [minSpeed, maxSpeed, step] (command returns optional param 'step' since Arma 3 v2.07.148151)

Examples

Example 1:
sliderSpeed _ctrlSlider params ["_min", "_max"];
Example 2:
Since Arma 3 v2.07.148151:
sliderSpeed _ctrlSlider params ["_min", "_max", "_step"];

Additional Information

See also:
sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed

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