sliderSetSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(clarified parameters)
m (template:command argument fix)
Line 9: Line 9:
| Set speed of slider with id idc of topmost user [[dialog]].
| Set speed of slider with id idc of topmost user [[dialog]].
* Click to arrow - move by line
* Click to arrow - move by line
* Click to scale outside thumb - move by page. |= Description
* Click to scale outside thumb - move by page. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''sliderSetSpeed''' [idc,line,page] |= Syntax
| '''sliderSetSpeed''' [idc,line,page] |SYNTAX=
|p1= [idc,line,page]: [[Array]] |= Parameter 1
|p1= [idc,line,page]: [[Array]] |PARAMETER1=
|p2= idc: [[Number]] of control |= Parameter 2
|p2= idc: [[Number]] of control |PARAMETER2=
|p3= line: [[Number]] value delta to move the slider when clicking on the outer arrows |= Parameter 3
|p3= line: [[Number]] value delta to move the slider when clicking on the outer arrows |PARAMETER3=
|p4= page: [[Number]] value delta to move the slider when clicking inside the slider bar |= Parameter 4
|p4= page: [[Number]] value delta to move the slider when clicking inside the slider bar |PARAMETER4=
| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=


|s2= control '''sliderSetSpeed''' [line, page] |= Syntax
|s2= control '''sliderSetSpeed''' [line, page] |SYNTAX=
|p21= control: [[Control]] |= Parameter 1
|p21= control: [[Control]] |PARAMETER1=
|p22= [line, page]: [[Array]] |= Parameter 2
|p22= [line, page]: [[Array]] |PARAMETER2=
|p23= line: [[Number]] value delta to move the slider when clicking on the outer arrows |= Parameter 3
|p23= line: [[Number]] value delta to move the slider when clicking on the outer arrows |PARAMETER3=
|p24= page: [[Number]] value delta to move the slider when clicking inside the slider bar |= Parameter 4
|p24= page: [[Number]] value delta to move the slider when clicking inside the slider bar |PARAMETER4=
|r2= [[Nothing]] |= Return value
|r2= [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[sliderSetSpeed]] [101, 0.5, 2];</code> |= Example 1
|x1= <code>[[sliderSetSpeed]] [101, 0.5, 2];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[sliderPosition]], [[sliderRange]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSpeed]] |= See also
| [[sliderPosition]], [[sliderRange]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSpeed]] |SEEALSO=


}}
}}

Revision as of 15:49, 7 April 2019

Hover & click on the images for description

Description

Description:
Set speed of slider with id idc of topmost user dialog.
  • Click to arrow - move by line
  • Click to scale outside thumb - move by page.
Groups:
Uncategorised

Syntax

Syntax:
sliderSetSpeed [idc,line,page]
Parameters:
[idc,line,page]: Array
idc: Number of control
line: Number value delta to move the slider when clicking on the outer arrows
page: Number value delta to move the slider when clicking inside the slider bar
Return Value:
Nothing

Alternative Syntax

Syntax:
control sliderSetSpeed [line, page]
Parameters:
control: Control
[line, page]: Array
line: Number value delta to move the slider when clicking on the outer arrows
page: Number value delta to move the slider when clicking inside the slider bar
Return Value:
Nothing

Examples

Example 1:
sliderSetSpeed [101, 0.5, 2];

Additional Information

See also:
sliderPositionsliderRangesliderSetPositionsliderSetRangesliderSpeed

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

Notes

Bottom Section