sliderSpeed: Difference between revisions
m (Replaced <code> with <sqf>) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 28: | Line 28: | ||
|s1= [[sliderSpeed]] idc | |s1= [[sliderSpeed]] idc | ||
|p1= idc: [[Number]]: | |p1= idc: [[Number]]: idc of the control | ||
|r1= [[Array]] | |r1= [[Array]] format [minSpeed, maxSpeed, {{GVI|arma3|2.08|size= 0.75}} step] | ||
|s2= [[sliderSpeed]] control | |s2= [[sliderSpeed]] control | ||
| Line 36: | Line 36: | ||
|p21= control: [[Control]] | |p21= control: [[Control]] | ||
|r2= [[Array]] | |r2= [[Array]] format [minSpeed, maxSpeed, {{GVI|arma3|2.08|size= 0.75}} step] | ||
|x1= | |x1= <sqf>sliderSpeed _ctrlSlider params ["_min", "_max", "_step"];</sqf> | ||
<sqf>sliderSpeed _ctrlSlider params ["_min", "_max", "_step"];</sqf> | |||
|seealso= [[sliderPosition]] [[sliderRange]] [[sliderSetPosition]] [[sliderSetRange]] [[sliderSetSpeed]] | |seealso= [[sliderPosition]] [[sliderRange]] [[sliderSetPosition]] [[sliderSetRange]] [[sliderSetSpeed]] | ||
}} | }} | ||
Latest revision as of 13:24, 16 February 2026
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,
2.08 step]
Alternative Syntax
- Syntax:
- sliderSpeed control
- Parameters:
- control: Control
- Return Value:
- Array format [minSpeed, maxSpeed,
2.08 step]
Examples
- Example 1:
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.85
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: GUI Control