sliderSetSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (<pre> to <code> + "see also")
mNo edit summary
Line 43: Line 43:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SLIDERSETSPEED]]
[[Category:Scripting Commands|SLIDERSETSPEED]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SLIDERSETSPEED]]
[[Category:Scripting Commands OFP 1.96|SLIDERSETSPEED]]
[[Category:Scripting Commands ArmA|SLIDERSETSPEED]]
[[Category:Scripting Commands ArmA|SLIDERSETSPEED]]

Revision as of 12:22, 25 September 2014

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
page: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
control sliderSetSpeed [line, page]
Parameters:
control: Control
[line, page]: Array
line: Number
page: Number
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