sliderRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
|s2= '''sliderRange''' control
|s2= '''sliderRange''' control


|p21= control: [[Control]] |PARAMETER21=
|p21= control: [[Control]]
|r2= [[Array]] - [min, max]
|r2= [[Array]] - [min, max]
   
   
|x1= <code>_slidelimits1 = [[sliderRange]] 105;</code>
|x1= <code>_slidelimits1 = [[sliderRange]] 105;</code>


| [[sliderPosition]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]], [[sliderSpeed]]
|seealso= [[sliderPosition]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]], [[sliderSpeed]]
}}
}}


[[Category:Scripting Commands|SLIDERRANGE]]
 
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SLIDERRANGE]]
[[Category:Scripting Commands OFP 1.96|SLIDERRANGE]]

Revision as of 01:09, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control

Syntax

Syntax:
Syntax needed
Parameters:
idc: Number
Return Value:
Return value needed

Alternative Syntax

Syntax:
sliderRange control
Parameters:
control: Control
Return Value:
Array - [min, max]

Examples

Example 1:
_slidelimits1 = sliderRange 105;

Additional Information

See also:
sliderPositionsliderSetPositionsliderSetRangesliderSetSpeedsliderSpeed

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