sliderSpeed

From Bohemia Interactive Community
Revision as of 13:24, 16 February 2026 by Lou Montana (talk | contribs) (Some wiki formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 format [minSpeed, maxSpeed, Arma 3 logo black.png 2.08 step]

Alternative Syntax

Syntax:
sliderSpeed control
Parameters:
control: Control
Return Value:
Array format [minSpeed, maxSpeed, Arma 3 logo black.png 2.08 step]

Examples

Example 1:
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.
Only post proven facts here! Add Note